IB/ipath: improve sparse annotation

Signed-off-by: Bryan O'Sullivan <bos@pathscale.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
Bryan O'Sullivan 2006-04-24 14:23:07 -07:00 committed by Roland Dreier
parent 9b2017f1e1
commit ae15f540cc
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ struct ether_header {
__u8 seq_num; __u8 seq_num;
__le32 len; __le32 len;
/* MUST be of word size due to PIO write requirements */ /* MUST be of word size due to PIO write requirements */
__u32 csum; __le32 csum;
__le16 csum_offset; __le16 csum_offset;
__le16 flags; __le16 flags;
__u16 first_2_bytes; __u16 first_2_bytes;