Commit 206eade5 authored by Alban Browaeys's avatar Alban Browaeys Committed by John W. Linville
Browse files

rt2x00: Style fix for interval defines



Extra parenthesis are not needed in these 2 cases,
all other defines in rt2x00 are done without parenthesis
so just fixup these 2 cases.

Signed-off-by: default avatarAlban Browaeys <prahal@yahoo.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent fb4a3d35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,8 +32,8 @@
 * Interval defines
 * Both the link tuner as the rfkill will be called once per second.
 */
#define LINK_TUNE_INTERVAL	( round_jiffies_relative(HZ) )
#define RFKILL_POLL_INTERVAL	( 1000 )
#define LINK_TUNE_INTERVAL	round_jiffies_relative(HZ)
#define RFKILL_POLL_INTERVAL	1000

/*
 * rt2x00_rate: Per rate device information