Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68699
b: refs/heads/master
c: 857e37d
h: refs/heads/master
i:
  68697: 36ce7b9
  68695: bccb0e9
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 14, 2007
1 parent ac3ad7f commit aefc59f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: f53f4137baedc1be179880d35f390e20445428ba
refs/heads/master: 857e37dc367142f25836fac42e045f08114bd4be
12 changes: 6 additions & 6 deletions trunk/drivers/net/ipg.h
Original file line number Diff line number Diff line change
Expand Up @@ -776,17 +776,17 @@ enum ipg_regs {
* TFD field is 64 bits wide.
*/
struct ipg_tx {
u64 next_desc;
u64 tfc;
u64 frag_info;
__le64 next_desc;
__le64 tfc;
__le64 frag_info;
};

/* Receive Frame Descriptor. Note, each RFD field is 64 bits wide.
*/
struct ipg_rx {
u64 next_desc;
u64 rfs;
u64 frag_info;
__le64 next_desc;
__le64 rfs;
__le64 frag_info;
};

struct SJumbo {
Expand Down

0 comments on commit aefc59f

Please sign in to comment.