]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: rtl8192u: Fix no spaces around '+'
authorAkash Kumar <bholuakku@gmail.com>
Wed, 6 Dec 2017 16:02:01 +0000 (21:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Dec 2017 14:34:17 +0000 (15:34 +0100)
Added spaces around '+'. Warning found using checkpatch.pl
Signed-off-by: Akash Kumar <bholuakku@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/dot11d.c

index 64b13a5da3cb3283a0296fe3ce83d1bf30219beb..ba284bfb3b6da1d146a99e00e57eff5ac42c02d3 100644 (file)
@@ -11,7 +11,7 @@ void Dot11d_Init(struct ieee80211_device *ieee)
 
        pDot11dInfo->State = DOT11D_STATE_NONE;
        pDot11dInfo->CountryIeLen = 0;
-       memset(pDot11dInfo->channel_map, 0, MAX_CHANNEL_NUMBER+1);
+       memset(pDot11dInfo->channel_map, 0, MAX_CHANNEL_NUMBER + 1);
        memset(pDot11dInfo->MaxTxPwrDbmList, 0xFF, MAX_CHANNEL_NUMBER+1);
        RESET_CIE_WATCHDOG(ieee);