aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorMitali Borkar <mitaliborkar810@gmail.com>2021-04-08 17:21:09 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-04-09 16:11:23 +0200
commitbb40b33d3045c147b7a42ec3750c76bfe09c2198 (patch)
tree3aab4f2f814102ff4bda54927672fdf1eb11e8db /drivers/staging/rtl8712
parentstaging: comedi: Kconfig: Fix COMEDI_TESTS_NI_ROUTES selections (diff)
downloadlinux-dev-bb40b33d3045c147b7a42ec3750c76bfe09c2198.tar.xz
linux-dev-bb40b33d3045c147b7a42ec3750c76bfe09c2198.zip
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>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/wlan_bssdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/wlan_bssdef.h b/drivers/staging/rtl8712/wlan_bssdef.h
index b54ccaacc527..ec3749813728 100644
--- a/drivers/staging/rtl8712/wlan_bssdef.h
+++ b/drivers/staging/rtl8712/wlan_bssdef.h
@@ -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 {