linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging/winbond: fix a style error
@ 2014-03-25  6:29 Michele CURTI
  0 siblings, 0 replies; only message in thread
From: Michele CURTI @ 2014-03-25  6:29 UTC (permalink / raw)
  To: linux-next; +Cc: pavel, gregkh

Removed a few spaces.


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];

Signed-off-by: Michele Curti <michele.curti@gmail.com>


Regards,
Michele

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

only message in thread, other threads:[~2014-03-25  6:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-25  6:29 [PATCH] staging/winbond: fix a style error Michele CURTI

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).