commit | 9981a0e36a572e9fcf84bfab915fdc93bed0e3c9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Nov 14 21:24:30 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:23:26 2006 -0800 |
tree | 3c64dba5b233b97417f3c46135607bfc19e2182f | |
parent | 56649d5d3c4cb0fe6dd34808ca9f9208d84130ab [diff] [blame] |
[NET]: Annotate checksums in on-the-wire packets. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/linux/dccp.h b/include/linux/dccp.h index d308f12..72cc355 100644 --- a/include/linux/dccp.h +++ b/include/linux/dccp.h
@@ -30,7 +30,7 @@ #else #error "Adjust your <asm/byteorder.h> defines" #endif - __u16 dccph_checksum; + __sum16 dccph_checksum; #if defined(__LITTLE_ENDIAN_BITFIELD) __u8 dccph_x:1, dccph_type:4,