From: Roi Dayan Date: Mon, 29 May 2023 06:24:54 +0000 (+0300) Subject: net/mlx5e: Remove redundant comment X-Git-Tag: Ubuntu-6.5.0-9.9~2369^2~12^2~5 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ae4de894931d37ff12405db29ca3a2395d3a0449;p=mirror_ubuntu-kernels.git net/mlx5e: Remove redundant comment The function comment says what it is and the comment is redundant. Signed-off-by: Roi Dayan Reviewed-by: Shay Drory Signed-off-by: Saeed Mahameed --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c index ee507b12e908..612be82a8ad5 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c @@ -1904,7 +1904,6 @@ static int esw_create_vport_rx_group(struct mlx5_eswitch *esw) if (!flow_group_in) return -ENOMEM; - /* create vport rx group */ mlx5_esw_set_flow_group_source_port(esw, flow_group_in, 0); MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, 0);