diff mbox series

net: ipv6: remove redundant blank in ip6_frags_ns_sysctl_register

Message ID 20201102142403.4063-1-menglong8.dong@gmail.com
State Rejected
Delegated to: David Miller
Headers show
Series net: ipv6: remove redundant blank in ip6_frags_ns_sysctl_register | expand

Checks

Context Check Description
jkicinski/cover_letter success Link
jkicinski/fixes_present success Link
jkicinski/patch_count success Link
jkicinski/tree_selection success Guessed tree name to be net-next
jkicinski/subject_prefix warning Target tree name not specified in the subject
jkicinski/source_inline success Was 0 now: 0
jkicinski/verify_signedoff success Link
jkicinski/module_param success Was 0 now: 0
jkicinski/build_32bit success Errors and warnings before: 0 this patch: 0
jkicinski/kdoc success Errors and warnings before: 0 this patch: 0
jkicinski/verify_fixes success Link
jkicinski/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked
jkicinski/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
jkicinski/header_inline success Link
jkicinski/stable success Stable not CCed

Commit Message

Menglong Dong Nov. 2, 2020, 2:24 p.m. UTC
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(-)

Comments

Jakub Kicinski Nov. 3, 2020, 9:31 p.m. UTC | #1
On Mon,  2 Nov 2020 22:24:03 +0800 Menglong Dong wrote:
> From: Menglong Dong <dong.menglong@zte.com.cn>
> 
> This blank seems redundant.
> 
> Signed-off-by: Menglong Dong <dong.menglong@zte.com.cn>

It is redundant but cleanup like this is not worth the potential
conflicts when backporting fixes.
diff mbox series

Patch

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;