diff options
| author | Al Viro <viro@ftp.linux.org.uk> | 2008-03-28 23:11:08 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-30 17:20:24 -0400 |
| commit | 8b9fc8ae6517086637dd227b7490ec027c867e48 (patch) | |
| tree | 8dbe555a2869988ffeeb15c6d5e22c59d0354d44 | |
| parent | b32661e06ccf4be074aca48f0d070d306d4ff8a3 (diff) | |
dm9000 trivial annotation
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | drivers/net/dm9000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dm9000.c b/drivers/net/dm9000.c index b09a53de1c53..d63cc93f055d 100644 --- a/drivers/net/dm9000.c +++ b/drivers/net/dm9000.c | |||
| @@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id) | |||
| 968 | struct dm9000_rxhdr { | 968 | struct dm9000_rxhdr { |
| 969 | u8 RxPktReady; | 969 | u8 RxPktReady; |
| 970 | u8 RxStatus; | 970 | u8 RxStatus; |
| 971 | u16 RxLen; | 971 | __le16 RxLen; |
| 972 | } __attribute__((__packed__)); | 972 | } __attribute__((__packed__)); |
| 973 | 973 | ||
| 974 | /* | 974 | /* |
