From: Bryan O'Sullivan Date: Mon, 24 Apr 2006 21:23:07 +0000 (-0700) Subject: IB/ipath: improve sparse annotation X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ae15f540cc52acbcbfdf4b902d214a5db5c835d2;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git IB/ipath: improve sparse annotation Signed-off-by: Bryan O'Sullivan Signed-off-by: Roland Dreier --- 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;