mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 23:47:04 +07:00
net/mlx5e: fix semicolon.cocci warnings
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c:1339:57-58: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 4c8fb2986d
("net/mlx5e: Increase VF representors' SQ size to 128")
CC: Gavi Teitz <gavi@mellanox.com>
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8762cdcd1d
commit
5d1f7354fa
@ -1346,7 +1346,7 @@ static void mlx5e_build_rep_params(struct net_device *netdev)
|
||||
if (rep->vport == FDB_UPLINK_VPORT)
|
||||
params->log_sq_size = MLX5E_PARAMS_DEFAULT_LOG_SQ_SIZE;
|
||||
else
|
||||
params->log_sq_size = MLX5E_REP_PARAMS_DEF_LOG_SQ_SIZE;;
|
||||
params->log_sq_size = MLX5E_REP_PARAMS_DEF_LOG_SQ_SIZE;
|
||||
|
||||
/* RQ */
|
||||
mlx5e_build_rq_params(mdev, params);
|
||||
|
Loading…
Reference in New Issue
Block a user