Skip to content

Commit

Permalink
staging: brcm80211: fix checkpatch warning in fullmac
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Franky Lin authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 85fd3ec commit 60be7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/brcm80211/brcmfmac/wl_cfg80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 60be7ec

Please sign in to comment.