From: Ben Pfaff Date: Wed, 13 Nov 2013 17:33:26 +0000 (-0800) Subject: datapath: Correct comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~5^2~6 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=a2f3ccc577c6fdb685362a26b6980a0b50454ec2 datapath: Correct comment. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- diff --git a/datapath/flow_table.c b/datapath/flow_table.c index ddb14dae3..4804db0cd 100644 --- a/datapath/flow_table.c +++ b/datapath/flow_table.c @@ -519,11 +519,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) {