Skip to content

Commit

Permalink
dm9000 trivial annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Al Viro authored and torvalds committed Mar 30, 2008
1 parent b32661e commit 8b9fc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/dm9000.c
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 8b9fc8a

Please sign in to comment.