Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46b97869 authored by Mark Einon's avatar Mark Einon Committed by John W. Linville
Browse files

rt2x00: checkpatch.pl error fixes for rt2400pci.h



rt2400pci.h:812: ERROR: space prohibited after that open parenthesis '('
rt2400pci.h:812: ERROR: space prohibited before that close parenthesis ')'
rt2400pci.h:813: ERROR: space prohibited after that open parenthesis '('
rt2400pci.h:813: ERROR: space prohibited before that close parenthesis ')'
rt2400pci.h:950: ERROR: Macros with complex values should be enclosed in parenthesis

Signed-off-by: default avatarMark Einon <mark.einon@gmail.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 041fb8f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -948,6 +948,6 @@
	((__CLAMP_TX(__txpower) - MAX_TXPOWER) + MIN_TXPOWER)

#define TXPOWER_TO_DEV(__txpower) \
	MAX_TXPOWER - (__CLAMP_TX(__txpower) - MIN_TXPOWER)
	(MAX_TXPOWER - (__CLAMP_TX(__txpower) - MIN_TXPOWER))

#endif /* RT2400PCI_H */