mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 22:22:08 +02:00
staging/winbond: fix a style error
Removed a few spaces to fix style errors Signed-off-by: Michele Curti <michele.curti@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
be2b8fc1c8
commit
c81933857b
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user