From jmm@debian.org Sun Feb 8 13:41:40 2009 From: Moritz Muehlenhoff Date: Sun, 8 Feb 2009 02:20:58 +0100 Subject: Staging: wlan-ng: p80211msg.h: Coding style cleanups To: greg@kroah.com Cc: Moritz Muehlenhoff Message-ID: <1234056065-25818-14-git-send-email-jmm@debian.org> Signed-off-by: Moritz Muehlenhoff Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlan-ng/p80211msg.h | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) --- a/drivers/staging/wlan-ng/p80211msg.h +++ b/drivers/staging/wlan-ng/p80211msg.h @@ -55,25 +55,15 @@ #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 */