* [PATCH][next] KVM: selftests: Fix spelling mistake "initally" -> "initially"
@ 2025-02-04 8:48 Colin Ian King
2025-02-04 10:14 ` Janosch Frank
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2025-02-04 8:48 UTC (permalink / raw)
To: Christian Borntraeger, Janosch Frank, Claudio Imbrenda,
David Hildenbrand, Paolo Bonzini, Shuah Khan, kvm,
linux-kselftest
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a literal string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.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 },
{ "GET_CMMA_BITS: holes are skipped", test_get_skip_holes },
};
--
2.47.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH][next] KVM: selftests: Fix spelling mistake "initally" -> "initially"
2025-02-04 8:48 [PATCH][next] KVM: selftests: Fix spelling mistake "initally" -> "initially" Colin Ian King
@ 2025-02-04 10:14 ` Janosch Frank
0 siblings, 0 replies; 2+ messages in thread
From: Janosch Frank @ 2025-02-04 10:14 UTC (permalink / raw)
To: Colin Ian King, Christian Borntraeger, Claudio Imbrenda,
David Hildenbrand, Paolo Bonzini, Shuah Khan, kvm,
linux-kselftest
Cc: kernel-janitors, linux-kernel
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@gmail.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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-04 11:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 8:48 [PATCH][next] KVM: selftests: Fix spelling mistake "initally" -> "initially" Colin Ian King
2025-02-04 10:14 ` Janosch Frank
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox