rt2x00: checkpatch.pl error fixes for rt2500pci.h
authorMark Einon <mark.einon@gmail.com>
Sat, 6 Nov 2010 14:44:15 +0000 (15:44 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:26:15 +0000 (13:26 -0500)
rt2500pci.h:1091: ERROR: space prohibited after that open parenthesis '('
rt2500pci.h:1091: ERROR: space prohibited before that close parenthesis ')'
rt2500pci.h:1092: ERROR: space prohibited after that open parenthesis '('
rt2500pci.h:1092: 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>
drivers/net/wireless/rt2x00/rt2500pci.h

index d708031..2aad7ba 100644 (file)
 /*
  * DMA descriptor defines.
  */
-#define TXD_DESC_SIZE                  ( 11 * sizeof(__le32) )
-#define RXD_DESC_SIZE                  ( 11 * sizeof(__le32) )
+#define TXD_DESC_SIZE                  (11 * sizeof(__le32))
+#define RXD_DESC_SIZE                  (11 * sizeof(__le32))
 
 /*
  * TX descriptor format for TX, PRIO, ATIM and Beacon Ring.