Explorar el Código

openvswitch: Correct comment.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Ben Pfaff hace 11 años
padre
commit
d1211908b9
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  1. 1 5
      net/openvswitch/flow_table.c

+ 1 - 5
net/openvswitch/flow_table.c

@@ -514,11 +514,7 @@ static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl,
 	return NULL;
 	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,
 static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow,
 			    struct sw_flow_mask *new)
 			    struct sw_flow_mask *new)
 {
 {