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 06214535..4dfaac9b 100644 --- a/extensions/libipt_ecn.c +++ b/extensions/libipt_ecn.c @@ -90,7 +90,6 @@ static void ecn_check(unsigned int flags) "ECN match: some option required"); } -/* Prints out the matchinfo. */ static void ecn_print(const void *ip, const struct xt_entry_match *match, int numeric) { @@ -118,7 +117,6 @@ static void ecn_print(const void *ip, const struct xt_entry_match *match, } } -/* Saves the union ipt_matchinfo in parsable form to stdout. */ static void ecn_save(const void *ip, const struct xt_entry_match *match) { const struct ipt_ecn_info *einfo = -- cgit v1.2.3