Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mitali Borkar and committed by
Greg Kroah-Hartman
bb40b33d e7442ffe

+1 -1
+1 -1
drivers/staging/rtl8712/wlan_bssdef.h
··· 176 176 #define MIC_CHECK_TIME 60000000 177 177 178 178 #ifndef Ndis802_11APMode 179 - #define Ndis802_11APMode (Ndis802_11InfrastructureMax+1) 179 + #define Ndis802_11APMode (Ndis802_11InfrastructureMax + 1) 180 180 #endif 181 181 182 182 struct wlan_network {