From ddac6c5bc636003d664d25c08ea3fe176565096c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 14:22:19 +0200 Subject: src: Update comments A number of comments are redundant, some outdated and others outright wrong in their own way. Remove and fixup. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libipt_ECN.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/libipt_ECN.c') diff --git a/extensions/libipt_ECN.c b/extensions/libipt_ECN.c index 9526c37d..0ef480b0 100644 --- a/extensions/libipt_ECN.c +++ b/extensions/libipt_ECN.c @@ -104,7 +104,6 @@ static void ECN_check(unsigned int flags) "ECN target: Parameter --ecn-tcp-remove is required"); } -/* Prints out the targinfo. */ static void ECN_print(const void *ip, const struct xt_entry_target *target, int numeric) { @@ -129,7 +128,6 @@ static void ECN_print(const void *ip, const struct xt_entry_target *target, } } -/* Saves the union ipt_targinfo in parsable form to stdout. */ static void ECN_save(const void *ip, const struct xt_entry_target *target) { const struct ipt_ECN_info *einfo = -- cgit v1.2.3