diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-05-02 22:33:57 +0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-05-02 22:33:57 +0400 |
commit | 1fb5fef9b80d9a3b5368e22031627afd1585487b (patch) | |
tree | 54f07a532b5b2622b8642156bbcaeca637fcdb8f /drivers/infiniband/hw/ipath/ips_common.h | |
parent | 1a2e8a6f8ec0a068911a882a19e0912a0c89be6e (diff) | |
parent | 330ab71619bacc4d4494227a6cfc9b7f5500403d (diff) | |
download | linux-1fb5fef9b80d9a3b5368e22031627afd1585487b.tar.xz |
Merge branch 'master' into upstream
Diffstat (limited to 'drivers/infiniband/hw/ipath/ips_common.h')
-rw-r--r-- | drivers/infiniband/hw/ipath/ips_common.h | 2 |
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; |