mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: bincy_k_philip@yahoo.co.in
Cc: aquannie@gmail.com, anton.bondarenko.sama@gmail.com,
	linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org
Subject: Re: [PATCH] staging: octeon-usb: coding style fix
Date: Sat, 24 Jun 2017 00:04:46 +0800	[thread overview]
Message-ID: <20170623160446.GA19861@kroah.com> (raw)
In-Reply-To: <1497502727-3630-1-git-send-email-bincy_k_philip@yahoo.co.in>

On Thu, Jun 15, 2017 at 10:28:47AM +0530, bincy_k_philip@yahoo.co.in wrote:
> From: bincy k philip <bincy_k_philip@yahoo.co.in>

Please use Capital Letters for your name.

> 
> trivial fix for extra space error
> 
> Signed-off-by: bincy k philip <bincy_k_philip@yahoo.co.in>
> ---
>  drivers/staging/octeon-usb/octeon-hcd.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/octeon-usb/octeon-hcd.c b/drivers/staging/octeon-usb/octeon-hcd.c
> index 068aece..c7ec71a 100644
> --- a/drivers/staging/octeon-usb/octeon-hcd.c
> +++ b/drivers/staging/octeon-usb/octeon-hcd.c
> @@ -146,7 +146,7 @@ enum cvmx_usb_status {
>   *			status call.
>   */
>  struct cvmx_usb_port_status {
> -	u32 reserved			: 25;
> +	u32 reserved:25;

What?  That's not a correct "fix" at all, sorry.

greg k-h

           reply	other threads:[~2017-06-23 20:29 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1497502727-3630-1-git-send-email-bincy_k_philip@yahoo.co.in>]

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=20170623160446.GA19861@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=anton.bondarenko.sama@gmail.com \
    --cc=aquannie@gmail.com \
    --cc=bincy_k_philip@yahoo.co.in \
    --cc=devel@driverdev.osuosl.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome