Staging: wlan-ng: p80211msg.h: Coding style cleanups
[sfrench/cifs-2.6.git] / drivers / staging / wlan-ng / p80211msg.h
index b6ee6e529d5ca31f1afb03cb714191fb4c348c91..42eb4c6f6cdd80726c1e2f514869c7f8fecf24f3 100644 (file)
 #include "wlan_compat.h"
 #endif
 
-/*================================================================*/
-/* Constants */
-
 #define WLAN_DEVNAMELEN_MAX    16
 
-/*================================================================*/
-/* Types */
-
-/*--------------------------------------------------------------------*/
-/*----- Message Structure Types --------------------------------------*/
-
 /*--------------------------------------------------------------------*/
 /* Prototype msg type */
 
-typedef struct p80211msg
-{
-       u32     msgcode;
-       u32     msglen;
-       u8      devname[WLAN_DEVNAMELEN_MAX];
-} __attribute__((packed)) p80211msg_t;
+typedef struct p80211msg {
+       u32 msgcode;
+       u32 msglen;
+       u8 devname[WLAN_DEVNAMELEN_MAX];
+} __attribute__ ((packed)) p80211msg_t;
 
-#endif  /* _P80211MSG_H */
+#endif /* _P80211MSG_H */