提交 b23e3536 编写于 作者: A Al Viro 提交者: David S. Miller

[IPV6]: Dumb typo in generic csum_ipv6_magic()

... duh
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 24123186
......@@ -87,7 +87,7 @@ static __inline__ __sum16 csum_ipv6_magic(const struct in6_addr *saddr,
carry = (sum < uproto);
sum += carry;
return csum_fold((__force __wsum)csum);
return csum_fold((__force __wsum)sum);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册