From: "Colin King (gmail)" <colin.i.king@gmail.com>
To: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
David Hildenbrand <david@redhat.com>,
"Liam R . Howlett" <Liam.Howlett@oracle.com>,
Vlastimil Babka <vbabka@suse.cz>, Mike Rapoport <rppt@kernel.org>,
Suren Baghdasaryan <surenb@google.com>,
Michal Hocko <mhocko@suse.com>, 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] selftests/mm: Fix spelling mistake "mrmeap" -> "mremap"
Date: Wed, 13 Aug 2025 09:13:53 +0100 [thread overview]
Message-ID: <569017fb-fe8d-41ff-ab23-db80a077f725@gmail.com> (raw)
In-Reply-To: <5a38db18-494b-4f3a-8ce4-44bab5448559@lucifer.local>
[-- Attachment #1.1.1: Type: text/plain, Size: 1769 bytes --]
Me too by the look of it.
On 13/08/2025 09:09, Lorenzo Stoakes wrote:
> On Wed, Aug 13, 2025 at 09:01:56AM +0100, Colin Ian King wrote:
>> There are spelling mistakes in perror message. Fix these.
>
> Oops :) I am the typo master, apparently...
>
>>
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
>> ---
>> tools/testing/selftests/mm/mremap_test.c | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/tools/testing/selftests/mm/mremap_test.c b/tools/testing/selftests/mm/mremap_test.c
>> index 5bd52a951cbd..e289bb1112db 100644
>> --- a/tools/testing/selftests/mm/mremap_test.c
>> +++ b/tools/testing/selftests/mm/mremap_test.c
>> @@ -846,7 +846,7 @@ static void mremap_move_multi_invalid_vmas(FILE *maps_fp,
>> }
>> if (err != EFAULT) {
>> errno = err;
>> - perror("mrmeap() unexpected error");
>> + perror("mremap() unexpected error");
>> success = false;
>> goto out_unmap;
>> }
>> @@ -899,7 +899,7 @@ static void mremap_move_multi_invalid_vmas(FILE *maps_fp,
>> }
>> if (err != EFAULT) {
>> errno = err;
>> - perror("mrmeap() unexpected error");
>> + perror("remapp() unexpected error");
>
> Typo in the typo fixup :P should be:
>
> perror("mremap() unexpected error");
>
>> success = false;
>> goto out_unmap;
>> }
>> @@ -948,7 +948,7 @@ static void mremap_move_multi_invalid_vmas(FILE *maps_fp,
>> }
>> if (err != EFAULT) {
>> errno = err;
>> - perror("mrmeap() unexpected error");
>> + perror("remapp() unexpected error");
>
> Equally should be:
>
> perror("mremap() unexpected error");
>
>> success = false;
>> goto out_unmap;
>> }
>> --
>> 2.50.1
>>
>
> Cheers, Lorenzo
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 4901 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
next prev parent reply other threads:[~2025-08-13 8:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-13 8:01 [PATCH][next] selftests/mm: Fix spelling mistake "mrmeap" -> "mremap" Colin Ian King
2025-08-13 8:09 ` Lorenzo Stoakes
2025-08-13 8:13 ` Colin King (gmail) [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-13 8:13 Colin Ian King
2025-08-13 8:19 ` Lorenzo Stoakes
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=569017fb-fe8d-41ff-ab23-db80a077f725@gmail.com \
--to=colin.i.king@gmail.com \
--cc=Liam.Howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.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=lorenzo.stoakes@oracle.com \
--cc=mhocko@suse.com \
--cc=rppt@kernel.org \
--cc=shuah@kernel.org \
--cc=surenb@google.com \
--cc=vbabka@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.