Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35108
b: refs/heads/master
c: a8bed49
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jul 29, 2006
1 parent ab3c8a8 commit 06c7e28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: f82a9352f6b955d1dd9adc1124d6796be2c147df
refs/heads/master: a8bed49ecfb47a40cc401f5ec7c9a8a38098e728
16 changes: 8 additions & 8 deletions trunk/drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,15 +381,15 @@ enum {

/* Big endian: should work, but is untested */
struct ring_desc {
u32 buf;
u32 flaglen;
__le32 buf;
__le32 flaglen;
};

struct ring_desc_ex {
u32 bufhigh;
u32 buflow;
u32 txvlan;
u32 flaglen;
__le32 bufhigh;
__le32 buflow;
__le32 txvlan;
__le32 flaglen;
};

union ring_type {
Expand Down Expand Up @@ -653,8 +653,8 @@ static const struct nv_ethtool_str nv_etests_str[] = {
};

struct register_test {
u32 reg;
u32 mask;
__le32 reg;
__le32 mask;
};

static const struct register_test nv_registers_test[] = {
Expand Down

0 comments on commit 06c7e28

Please sign in to comment.