]> git.baikalelectronics.ru Git - kernel.git/commit
mptcp: change the parameter of __mptcp_make_csum
authorGeliang Tang <geliang.tang@suse.com>
Fri, 7 Jan 2022 19:25:23 +0000 (11:25 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Jan 2022 03:00:44 +0000 (19:00 -0800)
commite216c9e4fe633d8393b626efb41f5bc782107c91
tree83f6a6265f0afaf0747e17e3bafecbd60514538b
parent2fd9461625188ca8606aaf72dabf9040128e85d6
mptcp: change the parameter of __mptcp_make_csum

This patch changed the type of the last parameter of __mptcp_make_csum()
from __sum16 to __wsum. And export this function in protocol.h.

Signed-off-by: Geliang Tang <geliang.tang@suse.com>
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/options.c
net/mptcp/protocol.h