* [PATCH] clk: fix comment of devm_clk_hw_register()
@ 2016-05-01 10:56 Masahiro Yamada
2016-05-03 0:52 ` Stephen Boyd
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2016-05-01 10:56 UTC (permalink / raw)
To: linux-clk; +Cc: Masahiro Yamada, Stephen Boyd, Michael Turquette, linux-kernel
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: Masahiro Yamada <yamada.masahiro@socionext.com>
---
drivers/clk/clk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 49e1aa2..aa6e5e2 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -2712,7 +2712,7 @@ EXPORT_SYMBOL_GPL(devm_clk_register);
* @dev: device that is registering this clock
* @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()
* for more information.
*/
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-03 0:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-01 10:56 [PATCH] clk: fix comment of devm_clk_hw_register() Masahiro Yamada
2016-05-03 0:52 ` Stephen Boyd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox