Re: [PATCH][net-next] net: remove unused parameter from skb_checksum_try_convert

2019-07-05 Thread David Miller
From: Li RongQing Date: Thu, 4 Jul 2019 17:03:26 +0800 > the check parameter is never used > > Signed-off-by: Li RongQing Applied.

[PATCH][net-next] net: remove unused parameter from skb_checksum_try_convert

2019-07-04 Thread Li RongQing
the check parameter is never used Signed-off-by: Li RongQing --- include/linux/skbuff.h | 8 +++- net/ipv4/gre_demux.c | 2 +- net/ipv4/udp.c | 3 +-- net/ipv6/udp.c | 3 +-- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/include/linux/skbuff.h b/include/li