ソースを参照

netfilter: ipv4: label placement

Whitespace cleansing: Labels should not be indented.

No changes detected by objdiff.

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Ian Morris 9 年 前
コミット
19f0a60201
2 ファイル変更2 行追加2 行削除
  1. 1 1
      net/ipv4/netfilter/arp_tables.c
  2. 1 1
      net/ipv4/netfilter/ip_tables.c

+ 1 - 1
net/ipv4/netfilter/arp_tables.c

@@ -468,7 +468,7 @@ static int mark_source_chains(const struct xt_table_info *newinfo,
 				pos = newpos;
 			}
 		}
-		next:
+next:
 		duprintf("Finished chain %u\n", hook);
 	}
 	return 1;

+ 1 - 1
net/ipv4/netfilter/ip_tables.c

@@ -549,7 +549,7 @@ mark_source_chains(const struct xt_table_info *newinfo,
 				pos = newpos;
 			}
 		}
-		next:
+next:
 		duprintf("Finished chain %u\n", hook);
 	}
 	return 1;