aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
diff options
context:
space:
mode:
authorNamrata A Shettar <namrataashettar@gmail.com>2016-09-19 20:27:46 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 13:36:57 +0200
commit986fb011c4074650f1ff5e000abccf1f6162f0c1 (patch)
tree36bbdf01426be9c1283244319a0cc264648d2d42 /drivers/staging/rtl8192e
parentstaging: rtl8192e: Remove unnecessary blank lines (diff)
downloadlinux-dev-986fb011c4074650f1ff5e000abccf1f6162f0c1.tar.xz
linux-dev-986fb011c4074650f1ff5e000abccf1f6162f0c1.zip
staging: rtl8192e: Add space around binary operator '+'
Add space around binary operator '+' to resolve checkpatch issue. Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r--drivers/staging/rtl8192e/dot11d.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h
index 735a199ebdcf..bdb539267bfc 100644
--- a/drivers/staging/rtl8192e/dot11d.h
+++ b/drivers/staging/rtl8192e/dot11d.h
@@ -47,8 +47,8 @@ struct rt_dot11d_info {
u8 CountryIeSrcAddr[6];
u8 CountryIeWatchdog;
- u8 channel_map[MAX_CHANNEL_NUMBER+1];
- u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER+1];
+ u8 channel_map[MAX_CHANNEL_NUMBER + 1];
+ u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER + 1];
enum dot11d_state State;
};