mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
selftests/mm: fix spelling mistake "mrmeap" -> "mremap"
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>
This commit is contained in:
parent
adf085ff0d
commit
53c225ffa7
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user