[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bb65571b-555d-c5e6-1242-a12881a13e01@redhat.com>
Date: Mon, 10 Aug 2020 13:21:30 +0200
From: Paolo Bonzini <pbonzini@...hat.com>
To: Colin King <colin.king@...onical.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] kvm: selftests: fix spelling mistake: "missmatch" ->
"missmatch"
On 10/08/20 12:16, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> There is a spelling mistake in an error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> tools/testing/selftests/kvm/lib/sparsebit.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/kvm/lib/sparsebit.c b/tools/testing/selftests/kvm/lib/sparsebit.c
> index 031ba3c932ed..59ffba902e61 100644
> --- a/tools/testing/selftests/kvm/lib/sparsebit.c
> +++ b/tools/testing/selftests/kvm/lib/sparsebit.c
> @@ -1866,7 +1866,7 @@ void sparsebit_validate_internal(struct sparsebit *s)
> * of total bits set.
> */
> if (s->num_set != total_bits_set) {
> - fprintf(stderr, "Number of bits set missmatch,\n"
> + fprintf(stderr, "Number of bits set mismatch,\n"
> " s->num_set: 0x%lx total_bits_set: 0x%lx",
> s->num_set, total_bits_set);
>
>
If you have a script that generates the commit message, that needs a
fix. :) Queued though.
Paolo
Powered by blists - more mailing lists