[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432147008-3702-1-git-send-email-shailendra.capricorn@gmail.com>
Date: Thu, 21 May 2015 00:06:48 +0530
From: Shailendra Verma <shailendra.capricorn@...il.com>
To: Mike Turquette <mturquette@...aro.org>,
Stephen Boyd <sboyd@...eaurora.org>, linux-clk@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Shailendra Verma <shailendra.capricorn@...il.com>
Subject: [PATCH] clk:clk - Fix typo in comment.
Signed-off-by: Shailendra Verma <shailendra.capricorn@...il.com>
---
drivers/clk/clk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 459ce9d..2b2859f 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -2478,7 +2478,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.
*/
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists