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 e9369ab9..17bad169 100644 --- a/extensions/libxt_DSCP.c +++ b/extensions/libxt_DSCP.c @@ -113,7 +113,6 @@ print_dscp(u_int8_t dscp, int numeric) printf("0x%02x ", dscp); } -/* Prints out the targinfo. */ static void DSCP_print(const void *ip, const struct xt_entry_target *target, int numeric) { @@ -123,7 +122,6 @@ static void DSCP_print(const void *ip, const struct xt_entry_target *target, print_dscp(dinfo->dscp, numeric); } -/* Saves the union ipt_targinfo in parsable form to stdout. */ static void DSCP_save(const void *ip, const struct xt_entry_target *target) { const struct xt_DSCP_info *dinfo = -- cgit v1.2.3