OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b32661e
)
dm9000 trivial annotation
author
Al Viro
<viro@ftp.linux.org.uk>
Sat, 29 Mar 2008 03:11:08 +0000
(
03:11
+0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sun, 30 Mar 2008 21:20:24 +0000
(14:20 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/dm9000.c
patch
|
blob
|
history
diff --git
a/drivers/net/dm9000.c
b/drivers/net/dm9000.c
index
b09a53d
..
d63cc93
100644
(file)
--- a/
drivers/net/dm9000.c
+++ b/
drivers/net/dm9000.c
@@
-968,7
+968,7
@@
dm9000_interrupt(int irq, void *dev_id)
struct dm9000_rxhdr {
u8 RxPktReady;
u8 RxStatus;
-
u16
RxLen;
+
__le16
RxLen;
} __attribute__((__packed__));
/*