提交 206eade5 编写于 作者: A Alban Browaeys 提交者: John W. Linville

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: NAlban Browaeys <prahal@yahoo.com>
Signed-off-by: NIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 fb4a3d35
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
* Interval defines * Interval defines
* Both the link tuner as the rfkill will be called once per second. * Both the link tuner as the rfkill will be called once per second.
*/ */
#define LINK_TUNE_INTERVAL ( round_jiffies_relative(HZ) ) #define LINK_TUNE_INTERVAL round_jiffies_relative(HZ)
#define RFKILL_POLL_INTERVAL ( 1000 ) #define RFKILL_POLL_INTERVAL 1000
/* /*
* rt2x00_rate: Per rate device information * rt2x00_rate: Per rate device information
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册