diff options
Diffstat (limited to 'include/linux/clk.h')
-rw-r--r-- | include/linux/clk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h index fb5e097d8f72..afb44bfaf8d1 100644 --- a/include/linux/clk.h +++ b/include/linux/clk.h | |||
@@ -238,7 +238,7 @@ void clk_put(struct clk *clk); | |||
238 | 238 | ||
239 | /** | 239 | /** |
240 | * devm_clk_put - "free" a managed clock source | 240 | * devm_clk_put - "free" a managed clock source |
241 | * @dev: device used to acuqire the clock | 241 | * @dev: device used to acquire the clock |
242 | * @clk: clock source acquired with devm_clk_get() | 242 | * @clk: clock source acquired with devm_clk_get() |
243 | * | 243 | * |
244 | * Note: drivers must ensure that all clk_enable calls made on this | 244 | * Note: drivers must ensure that all clk_enable calls made on this |