]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
selftests/mm: fix spelling mistake "mrmeap" -> "mremap"
authorColin Ian King <colin.i.king@gmail.com>
Wed, 13 Aug 2025 08:13:33 +0000 (09:13 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 12 Sep 2025 00:24:55 +0000 (17:24 -0700)
There are spelling mistakes in perror messages.  Fix these.

Link: https://lkml.kernel.org/r/20250813081333.1978096-1-colin.i.king@gmail.com
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/mremap_test.c

index 5bd52a951cbd618dbfc96e3ebd7ba5c0620a8200..bf2863b102e3d45a96ac555ee8a86dc8613f44e1 100644 (file)
@@ -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("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("mremap() unexpected error");
                success = false;
                goto out_unmap;
        }