Skip to content

Commit

Permalink
rt2x00: checkpatch.pl error fixes for rt2500pci.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Einon authored and John W. Linville committed Nov 15, 2010
1 parent 46b9786 commit cb771b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/rt2x00/rt2500pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -1088,8 +1088,8 @@
/*
* 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.
Expand Down

0 comments on commit cb771b1

Please sign in to comment.