From: Sean Christopherson <seanjc@google.com>
To: Joseph Salisbury <joseph.salisbury@oracle.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>,
Namhyung Kim <namhyung@kernel.org>,
Ingo Molnar <mingo@kernel.org>,
"Pratik R . Sampat" <prsampat@amd.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tools/x86: kvm: fix comment typo
Date: Tue, 31 Mar 2026 11:25:19 -0700 [thread overview]
Message-ID: <acwRj0eQkaV0_M9B@google.com> (raw)
In-Reply-To: <20260316183536.158105-1-joseph.salisbury@oracle.com>
On Mon, Mar 16, 2026, Joseph Salisbury wrote:
> The file contains a spelling error in a source comment (compatability).
>
> Typos in comments reduce readability and make text searches less reliable
> for developers and maintainers.
>
> Replace 'compatability' with 'compatibility' in the affected comment. This
> is a comment-only cleanup and does not change behavior.
>
> Fixes: c499d1f483a9 ("tools arch kvm: Sync kvm headers with the kernel sources")
> Cc: stable@vger.kernel.org
> Signed-off-by: Joseph Salisbury <joseph.salisbury@oracle.com>
> ---
> tools/arch/x86/include/uapi/asm/kvm.h | 2 +-
tools/ headers are copies that are periodically synced from the kernel headers
and shouldn't be updated directly. Please send a patch to fix
arch/x86/include/uapi/asm/kvm.h.
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/arch/x86/include/uapi/asm/kvm.h b/tools/arch/x86/include/uapi/asm/kvm.h
> index 7ceff6583652..f7d6f22ce5ef 100644
> --- a/tools/arch/x86/include/uapi/asm/kvm.h
> +++ b/tools/arch/x86/include/uapi/asm/kvm.h
> @@ -547,7 +547,7 @@ struct kvm_nested_state {
> } hdr;
>
> /*
> - * Define data region as 0 bytes to preserve backwards-compatability
> + * Define data region as 0 bytes to preserve backwards-compatibility
> * to old definition of kvm_nested_state in order to avoid changing
> * KVM_{GET,PUT}_NESTED_STATE ioctl values.
> */
> --
> 2.47.3
>
prev parent reply other threads:[~2026-03-31 18:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-16 18:35 [PATCH] tools/x86: kvm: fix comment typo Joseph Salisbury
2026-03-16 23:49 ` [External] : " Joseph Salisbury
2026-03-31 18:25 ` Sean Christopherson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=acwRj0eQkaV0_M9B@google.com \
--to=seanjc@google.com \
--cc=acme@redhat.com \
--cc=joseph.salisbury@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=namhyung@kernel.org \
--cc=prsampat@amd.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.