All of lore.kernel.org
 help / color / mirror / Atom feed
From: Evan Chime <chime.evan.dri.devel@gmail.com>
To: gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com
Subject: [PATCH] staging: clocking-wizard: Remove extra asteriks at beginning of multi-line comment
Date: Fri, 25 Oct 2019 11:52:10 +0100	[thread overview]
Message-ID: <20191025105210.GA20197@ik-ubuntu> (raw)

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



             reply	other threads:[~2019-10-25 10:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-25 10:52 Evan Chime [this message]
2019-10-26 18:05 ` [PATCH] staging: clocking-wizard: Remove extra asteriks at beginning of multi-line comment Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191025105210.GA20197@ik-ubuntu \
    --to=chime.evan.dri.devel@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=outreachy-kernel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.