]> 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)
commit2b4b509979d7606379df3b8041b1f8e761ebbc40
tree83f6a6265f0afaf0747e17e3bafecbd60514538b
parentbcf5aee62ed70ca62e524e8e7dd633e9d39a483b
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