aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-08-07 22:12:40 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-08 14:26:40 +0200
commit6a2e1905bfb9c826bcc0c866a8abfb8802a02ab7 (patch)
treef47d1e240811cb57fcf7f321285c9f3c5214ae19 /drivers/staging
parentstaging:rtl8192u: Remove stale comment - Style (diff)
downloadlinux-dev-6a2e1905bfb9c826bcc0c866a8abfb8802a02ab7.tar.xz
linux-dev-6a2e1905bfb9c826bcc0c866a8abfb8802a02ab7.zip
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: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/rtl8192u/ieee80211/dot11d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/dot11d.h b/drivers/staging/rtl8192u/ieee80211/dot11d.h
index d4c8c28190ff..8d4d5e582782 100644
--- a/drivers/staging/rtl8192u/ieee80211/dot11d.h
+++ b/drivers/staging/rtl8192u/ieee80211/dot11d.h
@@ -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;
};