From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Keila <laurana5@gmail.com>
Cc: outreachy-kernel@googlegroups.com
Subject: Re: [PATCH]V2 /staging/dgnc/dgnc_neo.h. Lines less than 80 characters
Date: Sun, 9 Oct 2016 16:58:18 +0200 [thread overview]
Message-ID: <20161009145818.GA26358@kroah.com> (raw)
In-Reply-To: <20161007234403.GA18409@kheixx-VB>
On Sat, Oct 08, 2016 at 01:44:03AM +0200, Keila wrote:
> Signed-off-by: Keila Novo <laurana5@gmail.com>
Why did you put this as the first line?
>
> Version 2. Fix checkpatch "more than 80 characters
> per line"
Why is "Version 2" in the changelog text here?
And look at your Subject:, it doesn't match other subjects for this
driver, does it?
>
> Signed-off-by: Keila Novo <laurana5@gmail.com>
> ---
> drivers/staging/dgnc/dgnc_neo.h | 35 +++++++++++++++++++----------------
> 1 file changed, 19 insertions(+), 16 deletions(-)
>
> diff --git a/drivers/staging/dgnc/dgnc_neo.h b/drivers/staging/dgnc/dgnc_neo.h
> index abddd48..efc88fd 100644
> --- a/drivers/staging/dgnc/dgnc_neo.h
> +++ b/drivers/staging/dgnc/dgnc_neo.h
> @@ -28,27 +28,27 @@
> ************************************************************************/
>
> struct neo_uart_struct {
> - u8 txrx; /* WR RHR/THR - Holding Reg */
> + u8 txrx; /* WR RHR/THR - Holding Reg */
> u8 ier; /* WR IER - Interrupt Enable Reg */
> - u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg */
> + u8 isr_fcr; /* WR ISR/FCR - Interrupt Status Reg/Fifo Control Reg */
Why did you switch to using spaces? Things are now not lined up neatly
:(
thanks,
greg k-h
prev parent reply other threads:[~2016-10-09 14:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-07 23:44 [PATCH]V2 /staging/dgnc/dgnc_neo.h. Lines less than 80 characters Keila
2016-10-09 14:58 ` Greg Kroah-Hartman [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=20161009145818.GA26358@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=laurana5@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.