Re: [PATCH][next] tools/testing/selftests: Fix spelling mistake "unnmap" -> "unmap"
From: Lorenzo Stoakes
Date: Wed Jul 23 2025 - 06:46:44 EST
On Wed, Jul 23, 2025 at 10:50:27AM +0100, Colin Ian King wrote:
> There is a spelling mistake in ksft_test_result_fail messages. Fix them.
Oops :) Thanks!
This is new in this cycle so I think Andrew may just squash this into the
relevant patch.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
> ---
> tools/testing/selftests/mm/mremap_test.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/tools/testing/selftests/mm/mremap_test.c b/tools/testing/selftests/mm/mremap_test.c
> index fccf9e797a0c..774cdba102fc 100644
> --- a/tools/testing/selftests/mm/mremap_test.c
> +++ b/tools/testing/selftests/mm/mremap_test.c
> @@ -525,10 +525,10 @@ static void mremap_move_multiple_vmas(unsigned int pattern_seed,
> out:
> if (success)
> ksft_test_result_pass("%s%s\n", test_name,
> - dont_unmap ? " [dontunnmap]" : "");
> + dont_unmap ? " [dontunmap]" : "");
> else
> ksft_test_result_fail("%s%s\n", test_name,
> - dont_unmap ? " [dontunnmap]" : "");
> + dont_unmap ? " [dontunmap]" : "");
> }
>
> static void mremap_shrink_multiple_vmas(unsigned long page_size,
> @@ -727,10 +727,10 @@ static void mremap_move_multiple_vmas_split(unsigned int pattern_seed,
> out:
> if (success)
> ksft_test_result_pass("%s%s\n", test_name,
> - dont_unmap ? " [dontunnmap]" : "");
> + dont_unmap ? " [dontunmap]" : "");
> else
> ksft_test_result_fail("%s%s\n", test_name,
> - dont_unmap ? " [dontunnmap]" : "");
> + dont_unmap ? " [dontunmap]" : "");
> }
>
> /* Returns the time taken for the remap on success else returns -1. */
> --
> 2.50.0
>