Removed a few spaces to fix style errors Signed-off-by: Michele Curti <michele.curti@xxxxxxxxx> --- 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@xxxxxxxxx> > > Acked-by: Pavel Machek <pavel@xxxxxx> > > > > --- > > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html