diff mbox series

[next] KVM: selftests: Fix spelling mistake "initally" -> "initially"

Message ID 20250204084855.289493-1-colin.i.king@gmail.com (mailing list archive)
State New
Headers show
Series [next] KVM: selftests: Fix spelling mistake "initally" -> "initially" | expand

Commit Message

Colin Ian King Feb. 4, 2025, 8:48 a.m. UTC
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(-)

Comments

Janosch Frank Feb. 4, 2025, 10:14 a.m. UTC | #1
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.
diff mbox series

Patch

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 },
 };