net/mlx5: Fix spelling mistake "destoy" -> "destroy"
authorColin Ian King <colin.i.king@gmail.com>
Mon, 31 Oct 2022 08:01:04 +0000 (08:01 +0000)
committerSaeed Mahameed <saeedm@nvidia.com>
Sat, 12 Nov 2022 10:20:18 +0000 (02:20 -0800)
There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/steering/dr_table.c

index eb81759..9c3dfd6 100644 (file)
@@ -292,7 +292,7 @@ int mlx5dr_table_destroy(struct mlx5dr_table *tbl)
        mlx5dr_dbg_tbl_del(tbl);
        ret = dr_table_destroy_sw_owned_tbl(tbl);
        if (ret)
-               mlx5dr_err(tbl->dmn, "Failed to destoy sw owned table\n");
+               mlx5dr_err(tbl->dmn, "Failed to destroy sw owned table\n");
 
        dr_table_uninit(tbl);