mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] net: ipv6: remove redundant blank in ip6_frags_ns_sysctl_register
@ 2020-11-02 14:24 Menglong Dong
  2020-11-03 21:31 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Menglong Dong @ 2020-11-02 14:24 UTC (permalink / raw)
  To: davem; +Cc: kuznet, yoshfuji, kuba, netdev, linux-kernel, Menglong Dong

From: Menglong Dong <dong.menglong@zte.com.cn>

This blank seems redundant.

Signed-off-by: Menglong Dong <dong.menglong@zte.com.cn>
---
 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.c
@@ -437,7 +437,6 @@ static int __net_init ip6_frags_ns_sysctl_register(struct net *net)
 		table = kmemdup(table, sizeof(ip6_frags_ns_ctl_table), GFP_KERNEL);
 		if (!table)
 			goto err_alloc;
-
 	}
 	table[0].data	= &net->ipv6.fqdir->high_thresh;
 	table[0].extra1	= &net->ipv6.fqdir->low_thresh;
-- 
2.28.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-03 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-02 14:24 [PATCH] net: ipv6: remove redundant blank in ip6_frags_ns_sysctl_register Menglong Dong
2020-11-03 21:31 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®