Re: [PATCH] net: ipv6: remove redundant blank in ip6_frags_ns_sysctl_register

2020-11-03 Thread Jakub Kicinski
On Mon, 2 Nov 2020 22:24:03 +0800 Menglong Dong wrote: > From: Menglong Dong > > This blank seems redundant. > > Signed-off-by: Menglong Dong It is redundant but cleanup like this is not worth the potential conflicts when backporting fixes.

[PATCH] net: ipv6: remove redundant blank in ip6_frags_ns_sysctl_register

2020-11-02 Thread Menglong Dong
From: Menglong Dong This blank seems redundant. Signed-off-by: Menglong Dong --- net/ipv6/reassembly.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/ipv6/reassembly.c b/net/ipv6/reassembly.c index 1f5d4d196dcc..b1b8d104063b 100644 --- a/net/ipv6/reassembly.c +++ b/net/ipv6/reassembly.