]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
clk: keystone: fix a trivial typo
authorGeliang Tang <geliangtang@163.com>
Sun, 18 Oct 2015 15:31:12 +0000 (23:31 +0800)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 19 Oct 2015 22:29:09 +0000 (15:29 -0700)
s/regsiter/register/

Signed-off-by: Geliang Tang <geliangtang@163.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/keystone/pll.c

index 3f553d0ae0b5f885d3cee60c9f673870684f83fc..a26ba2184454a8654eca7d7ca3185b472e7ff46e 100644 (file)
@@ -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)
 {