All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michele CURTI <michele.curti@gmail.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: pavel@ucw.cz, linux-next@vger.kernel.org
Subject: [PATCHv3] staging/winbond: fix a style error
Date: Sat, 3 May 2014 14:36:52 +0200	[thread overview]
Message-ID: <20140503123652.GA20840@ativ> (raw)
In-Reply-To: <20140425210618.GA24727@kroah.com>


Removed a few spaces to fix style errors

Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 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];
-- 
1.9.2


On Fri, Apr 25, 2014 at 02:06:18PM -0700, Greg KH wrote:
> 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 :(

Sorry,
Michele

      reply	other threads:[~2014-05-03 12:36 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
2014-05-03 12:36   ` Michele CURTI [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=20140503123652.GA20840@ativ \
    --to=michele.curti@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-next@vger.kernel.org \
    --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.