diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-15 08:43:44 +0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 08:23:43 +0300 |
commit | 5a5a852e45b651c71dfeb3972b30d58742f8941e (patch) | |
tree | 1471e45e6d34cc4e10689e6817f54e75f84bdc10 /drivers/s390/net/qeth_eddp.h | |
parent | 43bc0ca7eadc024e9e5b935fa5e0892df4fec9eb (diff) | |
download | linux-5a5a852e45b651c71dfeb3972b30d58742f8941e.tar.xz |
[NET] driver/s390/net: Checksum annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_eddp.h')
-rw-r--r-- | drivers/s390/net/qeth_eddp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_eddp.h b/drivers/s390/net/qeth_eddp.h index cae9ba265056..103768d3bab2 100644 --- a/drivers/s390/net/qeth_eddp.h +++ b/drivers/s390/net/qeth_eddp.h @@ -54,7 +54,7 @@ qeth_eddp_check_buffers_for_context(struct qeth_qdio_out_q *, struct qeth_eddp_data { struct qeth_hdr qh; struct ethhdr mac; - u16 vlan[2]; + __be16 vlan[2]; union { struct { struct iphdr h; |