Skip to content

Commit

Permalink
staging:rtl8192u: Add spaces around '+' operator - Style
Browse files Browse the repository at this point in the history
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: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
John Whitmore authored and Greg Kroah-Hartman committed Aug 8, 2018
1 parent 976418c commit 6a2e190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192u/ieee80211/dot11d.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ struct rt_dot11d_info {
u8 country_ie_src_addr[6]; /* Source AP of the country IE. */
u8 country_ie_watchdog;

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 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];

enum dot11d_state state;
};
Expand Down

0 comments on commit 6a2e190

Please sign in to comment.