mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
openvswitch: Correct comment.
Signed-off-by: Ben Pfaff <blp@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
parent
6ce4eac1f6
commit
d1211908b9
@ -514,11 +514,7 @@ static struct sw_flow_mask *flow_mask_find(const struct flow_table *tbl,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/* Add 'mask' into the mask list, if it is not already there. */
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user