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/libxt_dscp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/libxt_dscp.c') diff --git a/extensions/libxt_dscp.c b/extensions/libxt_dscp.c index 35519787..42ca71d2 100644 --- a/extensions/libxt_dscp.c +++ b/extensions/libxt_dscp.c @@ -124,7 +124,6 @@ print_dscp(u_int8_t dscp, int invert, int numeric) printf("0x%02x ", dscp); } -/* Prints out the matchinfo. */ static void dscp_print(const void *ip, const struct xt_entry_match *match, int numeric) { @@ -134,7 +133,6 @@ dscp_print(const void *ip, const struct xt_entry_match *match, int numeric) print_dscp(dinfo->dscp, dinfo->invert, numeric); } -/* Saves the union ipt_matchinfo in parsable form to stdout. */ static void dscp_save(const void *ip, const struct xt_entry_match *match) { const struct xt_dscp_info *dinfo = -- cgit v1.2.3