OSDN Git Service

clk: Fix typo in clk_register() comment
authorShailendra Verma <shailendra.capricorn@gmail.com>
Wed, 20 May 2015 18:36:48 +0000 (00:06 +0530)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 20 May 2015 22:44:32 +0000 (15:44 -0700)
Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c

index c44623f..a522dbb 100644 (file)
@@ -2442,7 +2442,7 @@ void __clk_free_clk(struct clk *clk)
  *
  * clk_register is the primary interface for populating the clock tree with new
  * clock nodes.  It returns a pointer to the newly allocated struct clk which
- * cannot be dereferenced by driver code but may be used in conjuction with the
+ * cannot be dereferenced by driver code but may be used in conjunction with the
  * rest of the clock API.  In the event of an error clk_register will return an
  * error code; drivers must test for an error code after calling clk_register.
  */