mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1fa3a915b5
commit
986fb011c4
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user