diff options
author | Mark Einon <mark.einon@gmail.com> | 2010-11-06 10:44:15 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-15 13:26:15 -0500 |
commit | cb771b1a5de81e3ee59bd8b7ed17da6d09ffcf68 (patch) | |
tree | 082b115494ee014c495a717f25e8b99751e1a902 | |
parent | 46b9786975a69a75f25b71796f7e36d203fbd4ee (diff) |
rt2x00: checkpatch.pl error fixes for rt2500pci.h
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>
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2500pci.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2500pci.h b/drivers/net/wireless/rt2x00/rt2500pci.h index d708031361ac..2aad7ba8a100 100644 --- a/drivers/net/wireless/rt2x00/rt2500pci.h +++ b/drivers/net/wireless/rt2x00/rt2500pci.h | |||
@@ -1088,8 +1088,8 @@ | |||
1088 | /* | 1088 | /* |
1089 | * DMA descriptor defines. | 1089 | * DMA descriptor defines. |
1090 | */ | 1090 | */ |
1091 | #define TXD_DESC_SIZE ( 11 * sizeof(__le32) ) | 1091 | #define TXD_DESC_SIZE (11 * sizeof(__le32)) |
1092 | #define RXD_DESC_SIZE ( 11 * sizeof(__le32) ) | 1092 | #define RXD_DESC_SIZE (11 * sizeof(__le32)) |
1093 | 1093 | ||
1094 | /* | 1094 | /* |
1095 | * TX descriptor format for TX, PRIO, ATIM and Beacon Ring. | 1095 | * TX descriptor format for TX, PRIO, ATIM and Beacon Ring. |