Skip to content

Commit

Permalink
openvswitch: Correct comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
  • Loading branch information
Ben Pfaff authored and Jesse Gross committed Jan 6, 2014
1 parent 6ce4eac commit d121190
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions net/openvswitch/flow_table.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,11 +514,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)
{
Expand Down

0 comments on commit d121190

Please sign in to comment.