lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 5 May 2023 12:01:31 -0700
From:   Nhat Pham <nphamcs@...il.com>
To:     Colin Ian King <colin.i.king@...il.com>
Cc:     Johannes Weiner <hannes@...xchg.org>,
        Shuah Khan <shuah@...nel.org>, linux-mm@...ck.org,
        linux-kselftest@...r.kernel.org, kernel-janitors@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH][next] selftests: Fix spelling mistake "trucate" -> "truncate"

On Fri, May 5, 2023 at 4:08 AM Colin Ian King <colin.i.king@...il.com> wrote:
>
> There is a spelling mistake in a message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
>  tools/testing/selftests/cachestat/test_cachestat.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/cachestat/test_cachestat.c b/tools/testing/selftests/cachestat/test_cachestat.c
> index c3823b809c25..9be2262e5c17 100644
> --- a/tools/testing/selftests/cachestat/test_cachestat.c
> +++ b/tools/testing/selftests/cachestat/test_cachestat.c
> @@ -191,7 +191,7 @@ bool test_cachestat_shmem(void)
>         }
>
>         if (ftruncate(fd, filesize)) {
> -               ksft_print_msg("Unable to trucate shmem file.\n");
> +               ksft_print_msg("Unable to truncate shmem file.\n");
>                 ret = false;
>                 goto close_fd;
>         }
> --
> 2.30.2
>

Acked-by: Nhat Pham <nphamcs@...il.com>

Thanks, Colin! I'm forwarding this to Andrew.
Andrew, could you fold this misspelling fix into the patch
as well? I think it's this commit in mm-unstable:

f2277ac105b4 selftests: add selftests for cachestat

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ