Skip to content

Commit

Permalink
net/mlx5: Fix spelling mistake "destoy" -> "destroy"
Browse files Browse the repository at this point in the history
There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
  • Loading branch information
ColinIanKing authored and Saeed Mahameed committed Nov 12, 2022
1 parent ea645f9 commit d23b928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d23b928

Please sign in to comment.