Skip to content

Commit

Permalink
net/mlx5e: Remove redundant comment
Browse files Browse the repository at this point in the history
The function comment says what it is and the comment
is redundant.

Signed-off-by: Roi Dayan <roid@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
  • Loading branch information
Roi Dayan authored and Saeed Mahameed committed Jun 23, 2023
1 parent 4575ab3 commit ae4de89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ae4de89

Please sign in to comment.