]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: wlan-ng: add spaces around +
authorGargi Sharma <gs051095@gmail.com>
Fri, 16 Sep 2016 02:46:03 +0000 (08:16 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Sep 2016 08:31:19 +0000 (10:31 +0200)
add spaces around + to fix the checkpatch issue,
spaces preferred around that '&'.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/hfa384x.h

index cec6d0ba3b6527859b56aeb5d34188353558563a..5bb8c5848f9d7916b6e0e610f776b8ee4d967ecc 100644 (file)
@@ -63,7 +63,7 @@
 
 /*--- Mins & Maxs -----------------------------------*/
 #define        HFA384x_PORTID_MAX              ((u16)7)
-#define        HFA384x_NUMPORTS_MAX            ((u16)(HFA384x_PORTID_MAX+1))
+#define        HFA384x_NUMPORTS_MAX            ((u16)(HFA384x_PORTID_MAX + 1))
 #define        HFA384x_PDR_LEN_MAX             ((u16)512) /* in bytes, from EK */
 #define        HFA384x_PDA_RECS_MAX            ((u16)200) /* a guess */
 #define        HFA384x_PDA_LEN_MAX             ((u16)1024) /* in bytes, from EK*/