datapath: fix coding style.
[cascardo/ovs.git] / datapath / flow_table.h
index 9eb4af9..80c01a3 100644 (file)
@@ -89,9 +89,8 @@ struct sw_flow *ovs_flow_tbl_lookup_stats(struct flow_table *,
                                          u32 *n_mask_hit);
 struct sw_flow *ovs_flow_tbl_lookup(struct flow_table *,
                                    const struct sw_flow_key *);
-struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *,
+struct sw_flow *ovs_flow_tbl_lookup_exact(struct flow_table *tbl,
                                          const struct sw_flow_match *match);
-
 bool ovs_flow_cmp_unmasked_key(const struct sw_flow *flow,
                               const struct sw_flow_match *match);