mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08:00
net: mlx5: convert comma to semicolon
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>
This commit is contained in:
parent
eba251f2e6
commit
873d2f1216
@ -484,7 +484,7 @@ mlx5_eswitch_add_fwd_rule(struct mlx5_eswitch *esw,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dest[i].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
|
dest[i].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
|
||||||
dest[i].ft = fwd_fdb,
|
dest[i].ft = fwd_fdb;
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
mlx5_eswitch_set_rule_source_port(esw, spec, esw_attr);
|
mlx5_eswitch_set_rule_source_port(esw, spec, esw_attr);
|
||||||
|
Loading…
Reference in New Issue
Block a user