projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ce4eac
)
openvswitch: Correct comment.
author
Ben Pfaff
<blp@nicira.com>
Mon, 25 Nov 2013 18:40:51 +0000
(10:40 -0800)
committer
Jesse Gross
<jesse@nicira.com>
Mon, 6 Jan 2014 23:51:21 +0000
(15:51 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/flow_table.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/flow_table.c
b/net/openvswitch/flow_table.c
index
e425427
..
f96ebd5
100644
(file)
--- 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)
{