On 2025-08-15 15:09:39 [+0530], Gopi Krishna Menon wrote:
> --- a/tools/testing/selftests/futex/functional/futex_priv_hash.c
> +++ b/tools/testing/selftests/futex/functional/futex_priv_hash.c
> @@ -115,7 +115,7 @@ static void usage(char *prog)
> {
> printf("Usage: %s\n", prog);
> printf(" -c Use color\n");
> - printf(" -g Test global hash instead intead local immutable \n");
> + printf(" -g Test global hash instead of local immutable hash\n");
> printf(" -h Display this help message\n");
> printf(" -v L Verbosity level: %d=QUIET %d=CRITICAL %d=INFO\n",
> VQUIET, VCRITICAL, VINFO);
This hunk is addressed by
https://lore.kernel.org/all/[email protected]/
the other are fine.
Sebastian