Fix typo in include/linux/clk.h .
Signed-off-by: Jan-Simon Möller <[email protected]>
Cc: Russell King <[email protected]>
Cc: [email protected]
Signed-off-by: Jiri Kosina <[email protected]>
diff --git a/include/linux/clk.h b/include/linux/clk.h
index ad5c43e..f6fb40c 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -86,7 +86,7 @@
/**
* 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 @@
/**
* 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