net: remove the check argument from __skb_gro_checksum_convert
authorLi RongQing <lirongqing@baidu.com>
Fri, 3 Jan 2020 03:51:00 +0000 (11:51 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Jan 2020 20:24:34 +0000 (12:24 -0800)
commitb39c78b2aa09cae05f3a48c11f67b3add0d604de
tree0fff1acc6845969a2aeebb2771752d6c1260a48d
parent4a883ccfba3adefc7123ec1a6da3c7301a56ce97
net: remove the check argument from __skb_gro_checksum_convert

The argument is always ignored, so remove it.

Signed-off-by: Li RongQing <lirongqing@baidu.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/ipv4/gre_offload.c
net/ipv4/udp_offload.c
net/ipv6/udp_offload.c