Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290746
b: refs/heads/master
c: cbe6ab4
h: refs/heads/master
v: v3
  • Loading branch information
Emmanuel Grumbach authored and Wey-Yi Guy committed Feb 27, 2012
1 parent 172e99a commit c6428d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: d0f76d6869adad1f3757d102af47508be0642949
refs/heads/master: cbe6ab4e11603e426e01c6349cd5643f3a287ba4
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ struct iwl_bus {

/* pointer to bus specific struct */
/*Ensure that this pointer will always be aligned to sizeof pointer */
char bus_specific[0] __attribute__((__aligned__(sizeof(void *))));
char bus_specific[0] __aligned(sizeof(void *));
};

/*****************************************************
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-trans.h
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ struct iwl_trans {

/* pointer to trans specific struct */
/*Ensure that this pointer will always be aligned to sizeof pointer */
char trans_specific[0] __attribute__((__aligned__(sizeof(void *))));
char trans_specific[0] __aligned(sizeof(void *));
};

static inline int iwl_trans_start_hw(struct iwl_trans *trans)
Expand Down

0 comments on commit c6428d5

Please sign in to comment.