rt2x00: checkpatch.pl error fixes for rt2800usb.h

rt2800usb.h:43: ERROR: space prohibited after that open parenthesis '('
rt2800usb.h:43: ERROR: space prohibited before that close parenthesis ')'
rt2800usb.h:44: ERROR: space prohibited after that open parenthesis '('
rt2800usb.h:44: ERROR: space prohibited before that close parenthesis ')'

Signed-off-by: Mark Einon <mark.einon@gmail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Mark Einon 2010-11-06 15:45:58 +01:00 committed by John W. Linville
parent 144b80bc05
commit 87a46caf92

View File

@ -40,8 +40,8 @@
/* /*
* DMA descriptor defines. * DMA descriptor defines.
*/ */
#define TXINFO_DESC_SIZE ( 1 * sizeof(__le32) ) #define TXINFO_DESC_SIZE (1 * sizeof(__le32))
#define RXINFO_DESC_SIZE ( 1 * sizeof(__le32) ) #define RXINFO_DESC_SIZE (1 * sizeof(__le32))
/* /*
* TX Info structure * TX Info structure