linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] linux/clk.h: use correct kernel-doc notation for 2 functions
@ 2021-01-07  2:33 Randy Dunlap
  2021-01-12 19:30 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2021-01-07  2:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Mike Turquette, Russell King, linux-clk

Fix kernel-doc notation for 2 functions so that the generated
html is correct. Currently it skips all text between the
':' and the '-', so "[un]register a clock rate" is missing.

Fixes: 86bcfa2e87c4 ("clk: add pr_debug & kerneldoc around clk notifiers")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Russell King <linux@armlinux.org.uk>
Cc: linux-clk@vger.kernel.org
---
 include/linux/clk.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20210105.orig/include/linux/clk.h
+++ linux-next-20210105/include/linux/clk.h
@@ -92,7 +92,7 @@ struct clk_bulk_data {
 #ifdef CONFIG_COMMON_CLK
 
 /**
- * clk_notifier_register: register a clock rate-change notifier callback
+ * clk_notifier_register - register a clock rate-change notifier callback
  * @clk: clock whose rate we are interested in
  * @nb: notifier block with callback function pointer
  *
@@ -103,7 +103,7 @@ struct clk_bulk_data {
 int clk_notifier_register(struct clk *clk, struct notifier_block *nb);
 
 /**
- * clk_notifier_unregister: unregister a clock rate-change notifier callback
+ * clk_notifier_unregister - unregister a clock rate-change notifier callback
  * @clk: clock whose rate we are no longer interested in
  * @nb: notifier block which will be unregistered
  */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] linux/clk.h: use correct kernel-doc notation for 2 functions
  2021-01-07  2:33 [PATCH] linux/clk.h: use correct kernel-doc notation for 2 functions Randy Dunlap
@ 2021-01-12 19:30 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-01-12 19:30 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: Randy Dunlap, Mike Turquette, Russell King, linux-clk

Quoting Randy Dunlap (2021-01-06 18:33:04)
> Fix kernel-doc notation for 2 functions so that the generated
> html is correct. Currently it skips all text between the
> ':' and the '-', so "[un]register a clock rate" is missing.
> 
> Fixes: 86bcfa2e87c4 ("clk: add pr_debug & kerneldoc around clk notifiers")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Mike Turquette <mturquette@linaro.org>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: linux-clk@vger.kernel.org
> ---

Applied to clk-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-12 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07  2:33 [PATCH] linux/clk.h: use correct kernel-doc notation for 2 functions Randy Dunlap
2021-01-12 19:30 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).