diff options
| author | Jan-Simon Möller <jansimon.moeller@gmx.de> | 2012-07-23 14:48:56 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-24 07:00:02 -0400 |
| commit | a58b3a4aba2fd5c445d9deccc73192bff48b591d (patch) | |
| tree | 287000e7647949dd307e1aea6785f789eadca528 /include/linux | |
| parent | 367fa9821af9897ec0592fd15b23e38227f4bcc5 (diff) | |
Fix typo in include/linux/clk.h .
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h index ad5c43e8ae8a..f6fb40c8bf97 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h | |||
| @@ -86,7 +86,7 @@ int clk_notifier_unregister(struct clk *clk, struct notifier_block *nb); | |||
| 86 | /** | 86 | /** |
| 87 | * clk_get - lookup and obtain a reference to a clock producer. | 87 | * clk_get - lookup and obtain a reference to a clock producer. |
| 88 | * @dev: device for clock "consumer" | 88 | * @dev: device for clock "consumer" |
| 89 | * @id: clock comsumer ID | 89 | * @id: clock consumer ID |
| 90 | * | 90 | * |
| 91 | * Returns a struct clk corresponding to the clock producer, or | 91 | * Returns a struct clk corresponding to the clock producer, or |
| 92 | * valid IS_ERR() condition containing errno. The implementation | 92 | * valid IS_ERR() condition containing errno. The implementation |
| @@ -103,7 +103,7 @@ struct clk *clk_get(struct device *dev, const char *id); | |||
| 103 | /** | 103 | /** |
| 104 | * devm_clk_get - lookup and obtain a managed reference to a clock producer. | 104 | * devm_clk_get - lookup and obtain a managed reference to a clock producer. |
| 105 | * @dev: device for clock "consumer" | 105 | * @dev: device for clock "consumer" |
| 106 | * @id: clock comsumer ID | 106 | * @id: clock consumer ID |
| 107 | * | 107 | * |
| 108 | * Returns a struct clk corresponding to the clock producer, or | 108 | * Returns a struct clk corresponding to the clock producer, or |
| 109 | * valid IS_ERR() condition containing errno. The implementation | 109 | * valid IS_ERR() condition containing errno. The implementation |
