提交 c47265ad 编写于 作者: M Masahiro Yamada 提交者: Stephen Boyd

clk: fix comment of devm_clk_hw_register()

Unlike devm_clk_register(), devm_clk_hw_register() returns integer.
So, the statement "Clocks returned from this function ..." sounds
odd.  Adjust the comment for this new API.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 71a553cf
...@@ -2719,7 +2719,7 @@ EXPORT_SYMBOL_GPL(devm_clk_register); ...@@ -2719,7 +2719,7 @@ EXPORT_SYMBOL_GPL(devm_clk_register);
* @dev: device that is registering this clock * @dev: device that is registering this clock
* @hw: link to hardware-specific clock data * @hw: link to hardware-specific clock data
* *
* Managed clk_hw_register(). Clocks returned from this function are * Managed clk_hw_register(). Clocks registered by this function are
* automatically clk_hw_unregister()ed on driver detach. See clk_hw_register() * automatically clk_hw_unregister()ed on driver detach. See clk_hw_register()
* for more information. * for more information.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册