From: Ian Morris Date: Sun, 11 Oct 2015 16:32:14 +0000 (+0100) Subject: netfilter: ip6_tables: label placement X-Git-Tag: v4.4-rc1~141^2~103^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ac94619b66de77b39dc628099ef3260870b6c77;p=platform%2Fkernel%2Flinux-exynos.git netfilter: ip6_tables: label placement Whitespace cleansing: Labels should not be indented. No changes detected by objdiff. Signed-off-by: Ian Morris Signed-off-by: Pablo Neira Ayuso --- diff --git a/net/ipv6/netfilter/ip6_tables.c b/net/ipv6/netfilter/ip6_tables.c index 80e3bd7..67a2821 100644 --- a/net/ipv6/netfilter/ip6_tables.c +++ b/net/ipv6/netfilter/ip6_tables.c @@ -561,7 +561,7 @@ mark_source_chains(const struct xt_table_info *newinfo, pos = newpos; } } - next: +next: duprintf("Finished chain %u\n", hook); } return 1;