[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250204132317.67d85b69@p-imbrenda>
Date: Tue, 4 Feb 2025 13:23:17 +0100
From: Claudio Imbrenda <imbrenda@...ux.ibm.com>
To: Colin Ian King <colin.i.king@...il.com>
Cc: Christian Borntraeger <borntraeger@...ux.ibm.com>,
Janosch Frank
<frankja@...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,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] KVM: selftests: Fix spelling mistake "initally" ->
"initially"
On Tue, 4 Feb 2025 10:56:47 +0000
Colin Ian King <colin.i.king@...il.com> wrote:
> There is a spelling mistake in a literal string and in the function
> test_get_inital_dirty. Fix them.
>
> Signed-off-by: Colin Ian King <colin.i.king@...il.com>
Reviewed-by: Claudio Imbrenda <imbrenda@...ux.ibm.com>
> ---
> tools/testing/selftests/kvm/s390/cmma_test.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/testing/selftests/kvm/s390/cmma_test.c b/tools/testing/selftests/kvm/s390/cmma_test.c
> index e32dd59703a0..85cc8c18d6e7 100644
> --- a/tools/testing/selftests/kvm/s390/cmma_test.c
> +++ b/tools/testing/selftests/kvm/s390/cmma_test.c
> @@ -444,7 +444,7 @@ static void assert_no_pages_cmma_dirty(struct kvm_vm *vm)
> );
> }
>
> -static void test_get_inital_dirty(void)
> +static void test_get_initial_dirty(void)
> {
> struct kvm_vm *vm = create_vm_two_memslots();
> struct kvm_vcpu *vcpu;
> @@ -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_initial_dirty },
> { "GET_CMMA_BITS: holes are skipped", test_get_skip_holes },
> };
>
Powered by blists - more mailing lists