All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Evan Chime <chime.evan.dri.devel@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH] staging: clocking-wizard: Remove extra asteriks at beginning of multi-line comment
Date: Sat, 26 Oct 2019 20:05:52 +0200	[thread overview]
Message-ID: <20191026180552.GD645771@kroah.com> (raw)
In-Reply-To: <20191025105210.GA20197@ik-ubuntu>

On Fri, Oct 25, 2019 at 11:52:10AM +0100, Evan Chime wrote:
> 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
>  };
>  
> -/**
> +/*

Really?  This is a kerneldoc format, I think this has to have two '**'
characters, right?

thanks,

greg k-h


      reply	other threads:[~2019-10-26 18:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

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=20191026180552.GD645771@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=chime.evan.dri.devel@gmail.com \
    --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.