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:   Tue, 10 Jan 2017 10:47:22 -0700
From:   Shuah Khan <shuah@...nel.org>
To:     Colin King <colin.king@...onical.com>,
        Thomas Gleixner <tglx@...utronix.de>,
        Dave Hansen <dave.hansen@...ux.intel.com>,
        linux-kselftest@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org, Shuah Khan <shuahkh@....samsung.com>,
        Shuah Khan <shuah@...nel.org>
Subject: Re: [PATCH] selftests: x86/pkeys: fix spelling mistake: "itertation"
 -> "iteration"

On 12/27/2016 09:17 AM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> trivial fix to spelling mistake
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  tools/testing/selftests/x86/protection_keys.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/testing/selftests/x86/protection_keys.c b/tools/testing/selftests/x86/protection_keys.c
> index bdd58c7..df9e0a0 100644
> --- a/tools/testing/selftests/x86/protection_keys.c
> +++ b/tools/testing/selftests/x86/protection_keys.c
> @@ -1367,7 +1367,7 @@ void run_tests_once(void)
>  		tracing_off();
>  		close_test_fds();
>  
> -		printf("test %2d PASSED (itertation %d)\n", test_nr, iteration_nr);
> +		printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr);
>  		dprintf1("======================\n\n");
>  	}
>  	iteration_nr++;
> 

Thanks for the fix. Fix has been included in the pull request for 4.10-rc4.

-- Shuah

Powered by blists - more mailing lists