datapath: Correct comment.
authorBen Pfaff <blp@nicira.com>
Wed, 13 Nov 2013 17:33:26 +0000 (09:33 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 18 Nov 2013 22:58:54 +0000 (14:58 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow_table.c

index ddb14da..4804db0 100644 (file)
@@ -519,11 +519,7 @@ static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl,
        return NULL;
 }
 
-/**
- * add a new mask into the mask list.
- * The caller needs to make sure that 'mask' is not the same
- * as any masks that are already on the list.
- */
+/* Add 'mask' into the mask list, if it is not already there. */
 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow,
                            struct sw_flow_mask *new)
 {