mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-28 20:20:17 -04:00
net/mlx5: Fix spelling mistake "destoy" -> "destroy"
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>
This commit is contained in:
committed by
Saeed Mahameed
parent
ea645f97bc
commit
d23b928bef
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user