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:
parent
1fa3a915b5
commit
986fb011c4
|
@ -47,8 +47,8 @@ struct rt_dot11d_info {
|
||||||
u8 CountryIeSrcAddr[6];
|
u8 CountryIeSrcAddr[6];
|
||||||
u8 CountryIeWatchdog;
|
u8 CountryIeWatchdog;
|
||||||
|
|
||||||
u8 channel_map[MAX_CHANNEL_NUMBER+1];
|
u8 channel_map[MAX_CHANNEL_NUMBER + 1];
|
||||||
u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER+1];
|
u8 MaxTxPwrDbmList[MAX_CHANNEL_NUMBER + 1];
|
||||||
|
|
||||||
enum dot11d_state State;
|
enum dot11d_state State;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue