All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: clocking-wizard: Remove extra asteriks at beginning of multi-line comment
@ 2019-10-25 10:52 Evan Chime
  2019-10-26 18:05 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Evan Chime @ 2019-10-25 10:52 UTC (permalink / raw)
  To: gregkh; +Cc: outreachy-kernel

Remove extra asteriks in the beginning of multi-line comment for structure
"clk_wzrd". Should be "/*" not "/**", consistent with the kernel coding
style

Signed-off-by: Evan Chime <chime.evan.dri.devel@gmail.com>
---
 drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
index e52a64be93f3..566075f2972c 100644
--- a/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
+++ b/drivers/staging/clocking-wizard/clk-xlnx-clock-wizard.c
@@ -37,7 +37,7 @@ enum clk_wzrd_int_clks {
 	wzrd_clk_int_max
 };
 
-/**
+/*
  * struct clk_wzrd:
  * @clk_data:		Clock data
  * @nb:			Notifier block
-- 
2.17.1



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

end of thread, other threads:[~2019-10-26 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-25 10:52 [PATCH] staging: clocking-wizard: Remove extra asteriks at beginning of multi-line comment Evan Chime
2019-10-26 18:05 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.