Skip to content
Snippets Groups Projects
Commit c8193385 authored by Michele CURTI's avatar Michele CURTI Committed by Greg Kroah-Hartman
Browse files

staging/winbond: fix a style error


Removed a few spaces to fix style errors

Signed-off-by: default avatarMichele Curti <michele.curti@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent be2b8fc1
No related merge requests found
......@@ -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];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment