staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
[linux-2.6-block.git] / drivers / staging / brcm80211 / include / proto / 802.11.h
index ade5ac8029265e9f74960fce5fff31f4d8fd4a10..a0f7de969f2365d086658f1cb2b37d3081587e1a 100644 (file)
@@ -653,7 +653,7 @@ BWL_PRE_PACKED_STRUCT struct dot11_management_notification {
 #define WME_INVALID_PARAMETERS         1
 #define WME_ADMISSION_REFUSED          3
 
-#define BCN_PRB_SSID(body) ((char*)(body) + DOT11_BCN_PRB_LEN)
+#define BCN_PRB_SSID(body) ((char *)(body) + DOT11_BCN_PRB_LEN)
 
 #define DOT11_OPEN_SYSTEM      0
 #define DOT11_SHARED_KEY       1