[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0d4bbaba-d05e-48d5-b248-6d915f8d4e18@linux.ibm.com>
Date: Tue, 4 Feb 2025 11:14:02 +0100
From: Janosch Frank <frankja@...ux.ibm.com>
To: Colin Ian King <colin.i.king@...il.com>,
Christian Borntraeger <borntraeger@...ux.ibm.com>,
Claudio Imbrenda <imbrenda@...ux.ibm.com>,
David Hildenbrand <david@...hat.com>,
Paolo Bonzini <pbonzini@...hat.com>, Shuah Khan <shuah@...nel.org>,
kvm@...r.kernel.org, linux-kselftest@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] KVM: selftests: Fix spelling mistake "initally" ->
"initially"
On 2/4/25 9:48 AM, Colin Ian King wrote:
> There is a spelling mistake in a literal string. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
> ---
> tools/testing/selftests/kvm/s390/cmma_test.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/kvm/s390/cmma_test.c b/tools/testing/selftests/kvm/s390/cmma_test.c
> index e32dd59703a0..7fbbe8b912b6 100644
> --- a/tools/testing/selftests/kvm/s390/cmma_test.c
> +++ b/tools/testing/selftests/kvm/s390/cmma_test.c
> @@ -651,7 +651,7 @@ struct testdef {
> } testlist[] = {
> { "migration mode and dirty tracking", test_migration_mode },
> { "GET_CMMA_BITS: basic calls", test_get_cmma_basic },
> - { "GET_CMMA_BITS: all pages are dirty initally", test_get_inital_dirty },
> + { "GET_CMMA_BITS: all pages are dirty initially", test_get_inital_dirty },
Do me a favor and send a v2 that also fixes the function name.
Powered by blists - more mailing lists