From a2f3ccc577c6fdb685362a26b6980a0b50454ec2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 13 Nov 2013 09:33:26 -0800 Subject: [PATCH] datapath: Correct comment. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- datapath/flow_table.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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) { -- 2.47.0