mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
Staging: rtl8192u: Fix no spaces around '+'
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>
This commit is contained in:
parent
5f10b935d1
commit
985f0589b9
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user