]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
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 d708031361ac4d8fb257314f8df6b36ba6333385..2aad7ba8a10083547c8e39d4cba5dc77dcbc42d7 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.