linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] staging: octeon-usb: coding style fix
       [not found] <1497502727-3630-1-git-send-email-bincy_k_philip@yahoo.co.in>
@ 2017-06-23 16:04 ` Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2017-06-23 16:04 UTC (permalink / raw)
  To: bincy_k_philip; +Cc: aquannie, anton.bondarenko.sama, linux-kernel, devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-23 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1497502727-3630-1-git-send-email-bincy_k_philip@yahoo.co.in>
2017-06-23 16:04 ` [PATCH] staging: octeon-usb: coding style fix Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).