Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87941
b: refs/heads/master
c: 8b9fc8a
h: refs/heads/master
i:
  87939: d18ebe2
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent ba042b7 commit a2e0475
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: b32661e06ccf4be074aca48f0d070d306d4ff8a3
refs/heads/master: 8b9fc8ae6517086637dd227b7490ec027c867e48
2 changes: 1 addition & 1 deletion trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id)
struct dm9000_rxhdr {
u8 RxPktReady;
u8 RxStatus;
u16 RxLen;
__le16 RxLen;
} __attribute__((__packed__));

/*
Expand Down

0 comments on commit a2e0475

Please sign in to comment.