net/mlx5: Typo fix in del_sw_hw_rule
authorYuval Avnery <yuvalav@mellanox.com>
Thu, 13 Dec 2018 00:26:46 +0000 (02:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jan 2019 15:16:41 +0000 (16:16 +0100)
commitcf7640671ad2bc0de67cd5b5e734a829d0cbf313
treef1bcad3cf210fabfb7b34f7c8632b4f8724fbfff
parent82b8fa5e32aaab83bc8e7142b966b6a15757b2a9
net/mlx5: Typo fix in del_sw_hw_rule

[ Upstream commit f0337889147c956721696553ffcc97212b0948fe ]

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 <yuvalav@mellanox.com>
Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c