Commit 8b9fc8ae authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

dm9000 trivial annotation

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent b32661e0
...@@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id) ...@@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id)
struct dm9000_rxhdr { struct dm9000_rxhdr {
u8 RxPktReady; u8 RxPktReady;
u8 RxStatus; u8 RxStatus;
u16 RxLen; __le16 RxLen;
} __attribute__((__packed__)); } __attribute__((__packed__));
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment