net: mlx5: convert comma to semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Wed, 9 Dec 2020 13:34:41 +0000 (21:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Dec 2020 00:23:08 +0000 (16:23 -0800)
Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c

index f68a4afeefb8b5870d601222d30c2415e4032088..2f6a0ae2065030806d6faf3d0c5ddc61e45c6f17 100644 (file)
@@ -484,7 +484,7 @@ mlx5_eswitch_add_fwd_rule(struct mlx5_eswitch *esw,
                }
        }
        dest[i].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
-       dest[i].ft = fwd_fdb,
+       dest[i].ft = fwd_fdb;
        i++;
 
        mlx5_eswitch_set_rule_source_port(esw, spec, esw_attr);