All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Michele Curti <michele.curti@gmail.com>
Cc: linux-next@vger.kernel.org, pavel@ucw.cz
Subject: Re: [PATCHv2] staging/winbond: fix a style error
Date: Fri, 25 Apr 2014 14:06:18 -0700	[thread overview]
Message-ID: <20140425210618.GA24727@kroah.com> (raw)
In-Reply-To: <20140325143637.GA1477@powerline.azcom-win.it>

On Tue, Mar 25, 2014 at 03:36:37PM +0100, Michele Curti wrote:
> 
> Removed a few spaces that cause coding style error.
> 
> Signed-off-by: Michele Curti <michele.curti@gmail.com>
> Acked-by: Pavel Machek <pavel@ucw.cz>
> 
> ---
>  drivers/staging/winbond/wb35tx_s.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/drivers/staging/winbond/wb35tx_s.h b/drivers/staging/winbond/wb35tx_s.h
> index 715f87d..dc12008 100644
> --- a/drivers/staging/winbond/wb35tx_s.h
> +++ b/drivers/staging/winbond/wb35tx_s.h
> @@ -12,7 +12,7 @@
>  /* Internal variable for module */
>  struct wb35_tx {
>         /* For Tx buffer */
> -       u8      TxBuffer[ MAX_USB_TX_BUFFER_NUMBER ][ MAX_USB_TX_BUFFER ];
> +       u8      TxBuffer[MAX_USB_TX_BUFFER_NUMBER][MAX_USB_TX_BUFFER];
> 
>         /* For Interrupt pipe */
>         u8      EP2_buf[MAX_INTERRUPT_LENGTH];

The patch is whitespace damaged and can not be applied :(

  parent reply	other threads:[~2014-04-25 21:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25 14:36 [PATCHv2] staging/winbond: fix a style error Michele Curti
2014-03-26  9:10 ` Pavel Machek
2014-04-25 21:06 ` Greg KH [this message]
2014-05-03 12:36   ` [PATCHv3] " Michele CURTI

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=20140425210618.GA24727@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-next@vger.kernel.org \
    --cc=michele.curti@gmail.com \
    --cc=pavel@ucw.cz \
    /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.