Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux
[firefly-linux-kernel-4.4.55.git] / include / linux / clk.h
index 6587b52805830d5865cd52eb3ef355e168c8a135..2fd6a4234531577e128cdc1d5bfabacbed7babfb 100644 (file)
@@ -87,7 +87,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
@@ -104,7 +104,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