staging: brcm80211: fix checkpatch warning in fullmac
authorFranky Lin <frankyl@broadcom.com>
Tue, 23 Aug 2011 12:13:56 +0000 (14:13 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 20:10:14 +0000 (13:10 -0700)
Fix the __aligned checkpatch warning in wl_cfg80211.h

Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Henry Ptasinski <henryp@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h

index 049138b..0542bac 100644 (file)
@@ -317,7 +317,7 @@ struct brcmf_cfg80211_priv {
        u8 *ioctl_buf;  /* ioctl buffer */
        u8 *extra_buf;  /* maily to grab assoc information */
        struct dentry *debugfsdir;
-       u8 ci[0] __attribute__ ((__aligned__(NETDEV_ALIGN)));
+       u8 ci[0] __aligned(NETDEV_ALIGN);
 };
 
 #define cfg_to_wiphy(w) (w->wdev->wiphy)