commit | b23e3536667373e44f52a907f63cb55f75969490 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 21 13:15:18 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Fri Dec 22 11:12:07 2006 -0800 |
tree | 97710f966f31be6406ab389dbbd08d69dd7c0786 | |
parent | 24123186fa271e7ad34a40f815782e6205f34ff7 [diff] [blame] |
[IPV6]: Dumb typo in generic csum_ipv6_magic() ... duh Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/ip6_checksum.h b/include/net/ip6_checksum.h index 68e2b32..bc1b0fd 100644 --- a/include/net/ip6_checksum.h +++ b/include/net/ip6_checksum.h
@@ -87,7 +87,7 @@ carry = (sum < uproto); sum += carry; - return csum_fold((__force __wsum)csum); + return csum_fold((__force __wsum)sum); } #endif