commit | 5a5a852e45b651c71dfeb3972b30d58742f8941e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 14 21:43:44 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:23:43 2006 -0800 |
tree | 1471e45e6d34cc4e10689e6817f54e75f84bdc10 | |
parent | 43bc0ca7eadc024e9e5b935fa5e0892df4fec9eb [diff] [blame] |
[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>
diff --git a/drivers/s390/net/qeth_eddp.h b/drivers/s390/net/qeth_eddp.h index cae9ba2..103768d 100644 --- a/drivers/s390/net/qeth_eddp.h +++ b/drivers/s390/net/qeth_eddp.h
@@ -54,7 +54,7 @@ struct qeth_eddp_data { struct qeth_hdr qh; struct ethhdr mac; - u16 vlan[2]; + __be16 vlan[2]; union { struct { struct iphdr h;