staging: rtl8192e: Add space around binary operator '+'
authorNamrata A Shettar <namrataashettar@gmail.com>
Mon, 19 Sep 2016 14:57:46 +0000 (20:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Sep 2016 11:36:57 +0000 (13:36 +0200)
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>
drivers/staging/rtl8192e/dot11d.h

index 735a199..bdb5392 100644 (file)
@@ -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;
 };