aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@pathscale.com>2006-04-24 14:23:07 -0700
committerRoland Dreier <rolandd@cisco.com>2006-05-01 12:14:21 -0700
commitae15f540cc52acbcbfdf4b902d214a5db5c835d2 (patch)
tree1e3e6a15f6d73fab9fa1a3bd0a8f5ec47cf6ccba /drivers
parentIB/ipath: simplify IB timer usage (diff)
downloadlinux-dev-ae15f540cc52acbcbfdf4b902d214a5db5c835d2.tar.xz
linux-dev-ae15f540cc52acbcbfdf4b902d214a5db5c835d2.zip
IB/ipath: improve sparse annotation
Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/infiniband/hw/ipath/ips_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/ipath/ips_common.h b/drivers/infiniband/hw/ipath/ips_common.h
index 410a764dfcef..ab7cbbbfd03a 100644
--- a/drivers/infiniband/hw/ipath/ips_common.h
+++ b/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;