dm9000 trivial annotation
authorAl Viro <[email protected]>
Sat, 29 Mar 2008 03:11:08 +0000 (03:11 +0000)
committerLinus Torvalds <[email protected]>
Sun, 30 Mar 2008 21:20:24 +0000 (14:20 -0700)
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/net/dm9000.c

index b09a53de1c53373c1d469f60a6c1356fb12f63d9..d63cc93f055dfd2be2c8a493a514b20a743fd9fa 100644 (file)
@@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id)
 struct dm9000_rxhdr {
        u8      RxPktReady;
        u8      RxStatus;
-       u16     RxLen;
+       __le16  RxLen;
 } __attribute__((__packed__));
 
 /*