mirror of https://gitee.com/openkylin/linux.git
dm9000 trivial annotation
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b32661e06c
commit
8b9fc8ae65
|
@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id)
|
|||
struct dm9000_rxhdr {
|
||||
u8 RxPktReady;
|
||||
u8 RxStatus;
|
||||
u16 RxLen;
|
||||
__le16 RxLen;
|
||||
} __attribute__((__packed__));
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue