net/mlx5: Remove stray semicolon in LAG port selection table creation
authorGal Pressman <gal@nvidia.com>
Mon, 3 Feb 2025 21:35:14 +0000 (23:35 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 6 Feb 2025 09:14:01 +0000 (10:14 +0100)
Remove the stray semicolon in the mlx5_ldev_for_each_reverse() loop.

Signed-off-by: Gal Pressman <gal@nvidia.com>
Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.c

index bde79cac33a97e9a9195db491872c20d6e30d4c8..d832a12ffec0e37643c7ff5205c9e060acb13895 100644 (file)
@@ -97,7 +97,7 @@ static int mlx5_lag_create_port_sel_table(struct mlx5_lag *ldev,
                                                mlx5_del_flow_rules(lag_definer->rules[idx]);
                                        }
                                        j = ldev->buckets;
-                               };
+                               }
                                goto destroy_fg;
                        }
                }