From: Ben Pfaff Date: Mon, 25 Nov 2013 18:40:51 +0000 (-0800) Subject: openvswitch: Correct comment. X-Git-Tag: v3.14-rc1~94^2~265^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1211908b94092ccb742bff8d07798b3c6927e33;p=thirdparty%2Fkernel%2Fstable.git openvswitch: Correct comment. Signed-off-by: Ben Pfaff Signed-off-by: Jesse Gross --- diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index e425427060870..f96ebd53c2cf4 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) {