Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dm9000 trivial annotation

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
8b9fc8ae b32661e0

+1 -1
+1 -1
drivers/net/dm9000.c
··· 968 968 struct dm9000_rxhdr { 969 969 u8 RxPktReady; 970 970 u8 RxStatus; 971 - u16 RxLen; 971 + __le16 RxLen; 972 972 } __attribute__((__packed__)); 973 973 974 974 /*