]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Fix typo in include/linux/clk.h .
authorJan-Simon Möller <jansimon.moeller@gmx.de>
Mon, 23 Jul 2012 18:48:56 +0000 (20:48 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 24 Jul 2012 11:00:02 +0000 (13:00 +0200)
Signed-off-by: Jan-Simon Möller <jansimon.moeller@gmx.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
include/linux/clk.h

index ad5c43e8ae8ae7eeca38e0308aa7f77c41bfdc6d..f6fb40c8bf976a3ba3327e9702326f2ad87d18cb 100644 (file)
@@ -86,7 +86,7 @@ int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb);
 /**
  * clk_get - lookup and obtain a reference to a clock producer.
  * @dev: device for clock "consumer"
- * @id: clock comsumer ID
+ * @id: clock consumer ID
  *
  * Returns a struct clk corresponding to the clock producer, or
  * valid IS_ERR() condition containing errno.  The implementation
@@ -103,7 +103,7 @@ struct clk *clk_get(struct device *dev, const char *id);
 /**
  * devm_clk_get - lookup and obtain a managed reference to a clock producer.
  * @dev: device for clock "consumer"
- * @id: clock comsumer ID
+ * @id: clock consumer ID
  *
  * Returns a struct clk corresponding to the clock producer, or
  * valid IS_ERR() condition containing errno.  The implementation