lkml.org 
[lkml]   [2020]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] kvm: selftests: fix spelling mistake: "missmatch" -> "missmatch"
From
Date
On 10/08/20 12:16, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake in an error message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.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

\
 
 \ /
  Last update: 2020-08-10 13:25    [W:0.100 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site