diff options
author | Ben Pfaff <blp@nicira.com> | 2013-11-25 19:40:51 +0100 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2014-01-07 00:51:21 +0100 |
commit | d1211908b94092ccb742bff8d07798b3c6927e33 (patch) | |
tree | f3837ef00351dc3e93148fa379b0e66c5882804f /net/openvswitch/flow_table.c | |
parent | Linux 3.13-rc1 (diff) | |
download | linux-d1211908b94092ccb742bff8d07798b3c6927e33.tar.xz linux-d1211908b94092ccb742bff8d07798b3c6927e33.zip |
openvswitch: Correct comment.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch/flow_table.c')
-rw-r--r-- | net/openvswitch/flow_table.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index e42542706087..f96ebd53c2cf 100644 --- a/net/openvswitch/flow_table.c +++ b/net/openvswitch/flow_table.c @@ -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) { |