aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_eddp.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2006-11-15 00:43:44 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-03 00:23:43 -0500
commit5a5a852e45b651c71dfeb3972b30d58742f8941e (patch)
tree1471e45e6d34cc4e10689e6817f54e75f84bdc10 /drivers/s390/net/qeth_eddp.h
parent43bc0ca7eadc024e9e5b935fa5e0892df4fec9eb (diff)
[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.h2
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 *,
54struct qeth_eddp_data { 54struct qeth_eddp_data {
55 struct qeth_hdr qh; 55 struct qeth_hdr qh;
56 struct ethhdr mac; 56 struct ethhdr mac;
57 u16 vlan[2]; 57 __be16 vlan[2];
58 union { 58 union {
59 struct { 59 struct {
60 struct iphdr h; 60 struct iphdr h;