net/mlx5: Typo fix in del_sw_hw_rule
authorYuval Avnery <[email protected]>
Thu, 13 Dec 2018 00:26:46 +0000 (02:26 +0200)
committerSaeed Mahameed <[email protected]>
Wed, 19 Dec 2018 21:31:16 +0000 (13:31 -0800)
commitf0337889147c956721696553ffcc97212b0948fe
tree81e10c651023425379000e5b72bce71b40f58b14
parentbfc698254ba97b3e3e4ebbfae0ffa1f7e2fa0717
net/mlx5: Typo fix in del_sw_hw_rule

Expression terminated with "," instead of ";", resulted in
set_fte getting bad value for modify_enable_mask field.

Fixes: bd5251dbf156 ("net/mlx5_core: Introduce flow steering destination of type counter")
Signed-off-by: Yuval Avnery <[email protected]>
Reviewed-by: Daniel Jurgens <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c