mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
staging: rtl8712: add spaces around '+'
Added spaces around '+' to improve readability and adhere to linux kernel coding style. Reported by checkpatch Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Link: https://lore.kernel.org/r/YG7uLQLGmAh97xB1@kali Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e7442ffe1c
commit
bb40b33d30
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ struct NDIS_802_11_WEP {
|
|||
#define MIC_CHECK_TIME 60000000
|
||||
|
||||
#ifndef Ndis802_11APMode
|
||||
#define Ndis802_11APMode (Ndis802_11InfrastructureMax+1)
|
||||
#define Ndis802_11APMode (Ndis802_11InfrastructureMax + 1)
|
||||
#endif
|
||||
|
||||
struct wlan_network {
|
||||
|
|
Loading…
Reference in a new issue