linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
To: Colin Ian King <colin.i.king@gmail.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Shuah Khan <shuah@kernel.org>,
	linux-mm@kvack.org, linux-kselftest@vger.kernel.org,
	kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] tools/testing/selftests: Fix spelling mistake "unnmap" -> "unmap"
Date: Wed, 23 Jul 2025 11:45:21 +0100	[thread overview]
Message-ID: <d856925c-90f5-44cd-bdb2-aef5c8224e17@lucifer.local> (raw)
In-Reply-To: <20250723095027.3999094-1-colin.i.king@gmail.com>

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@gmail.com>

Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

> ---
>  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
>


  parent reply	other threads:[~2025-07-23 10:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-23  9:50 Colin Ian King
2025-07-23  9:57 ` David Hildenbrand
2025-07-23 10:37 ` Dev Jain
2025-07-23 10:45 ` Lorenzo Stoakes [this message]
2025-07-23 16:36 ` Vishal Moola (Oracle)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d856925c-90f5-44cd-bdb2-aef5c8224e17@lucifer.local \
    --to=lorenzo.stoakes@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=colin.i.king@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=shuah@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox