Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267502
b: refs/heads/master
c: 60be7ec
h: refs/heads/master
v: v3
  • Loading branch information
Franky Lin authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent e805d9f commit d0810c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 85fd3ec4b1048d84f1c36438c7a91827a49c97c7
refs/heads/master: 60be7ec5099cee40f40b0fbb75ea4396016a5231
2 changes: 1 addition & 1 deletion trunk/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 d0810c1

Please sign in to comment.