Browse Source

IB/ipath: improve sparse annotation

Signed-off-by: Bryan O'Sullivan <bos@pathscale.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Bryan O'Sullivan 19 years ago
parent
commit
ae15f540cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/infiniband/hw/ipath/ips_common.h

+ 1 - 1
drivers/infiniband/hw/ipath/ips_common.h

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