Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279420
b: refs/heads/master
c: 853d5dc
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Jan 4, 2012
1 parent 755a5f3 commit c5092eb
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: e1477637967d0d8db3083bacb241c796c3c4f23b
refs/heads/master: 853d5dc95b41babb7001934becad9c944738d8e3
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/rdc/r6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ struct r6040_descriptor {
struct r6040_descriptor *vndescp; /* 14-17 */
struct sk_buff *skb_ptr; /* 18-1B */
u32 rev2; /* 1C-1F */
} __attribute__((aligned(32)));
} __aligned(32);

struct r6040_private {
spinlock_t lock; /* driver lock */
Expand Down

0 comments on commit c5092eb

Please sign in to comment.