提交 6a2e1905 编写于 作者: J John Whitmore 提交者: Greg Kroah-Hartman

staging:rtl8192u: Add spaces around '+' operator - Style

Add spaces around '+' operator as required by the coding standard.
This clears the checkpatch issue.

This change is purely coding style in nature and should have not
effect on runtime code execution.
Signed-off-by: NJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 976418c5
...@@ -24,8 +24,8 @@ struct rt_dot11d_info { ...@@ -24,8 +24,8 @@ struct rt_dot11d_info {
u8 country_ie_src_addr[6]; /* Source AP of the country IE. */ u8 country_ie_src_addr[6]; /* Source AP of the country IE. */
u8 country_ie_watchdog; u8 country_ie_watchdog;
u8 channel_map[MAX_CHANNEL_NUMBER+1]; /* !Value 0: Invalid, 1: Valid (active scan), 2: Valid (passive scan) */ u8 channel_map[MAX_CHANNEL_NUMBER + 1]; /* !Value 0: Invalid, 1: Valid (active scan), 2: Valid (passive scan) */
u8 max_tx_pwr_dbm_list[MAX_CHANNEL_NUMBER+1]; u8 max_tx_pwr_dbm_list[MAX_CHANNEL_NUMBER + 1];
enum dot11d_state state; enum dot11d_state state;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册