Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

dm9000 trivial annotation

parent b32661e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -968,7 +968,7 @@ dm9000_interrupt(int irq, void *dev_id)
struct dm9000_rxhdr {
	u8	RxPktReady;
	u8	RxStatus;
	u16	RxLen;
	__le16	RxLen;
} __attribute__((__packed__));

/*