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:
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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue