From: Geliang Tang Date: Sun, 18 Oct 2015 15:31:12 +0000 (+0800) Subject: clk: keystone: fix a trivial typo X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b30c64508b4131ceacc4b8fd9f01a78e1b1794bf;p=linux-beck.git clk: keystone: fix a trivial typo s/regsiter/register/ Signed-off-by: Geliang Tang Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/keystone/pll.c b/drivers/clk/keystone/pll.c index 3f553d0ae0b5..a26ba2184454 100644 --- a/drivers/clk/keystone/pll.c +++ b/drivers/clk/keystone/pll.c @@ -157,7 +157,7 @@ out: * _of_clk_init - PLL initialisation via DT * @node: device tree node for this clock * @pllctrl: If true, lower 6 bits of multiplier is in pllm register of - * pll controller, else it is in the control regsiter0(bit 11-6) + * pll controller, else it is in the control register0(bit 11-6) */ static void __init _of_pll_clk_init(struct device_node *node, bool pllctrl) {