public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/x86: kvm: fix comment typo
@ 2026-03-16 18:35 Joseph Salisbury
  2026-03-16 23:49 ` [External] : " Joseph Salisbury
  2026-03-31 18:25 ` Sean Christopherson
  0 siblings, 2 replies; 3+ messages in thread
From: Joseph Salisbury @ 2026-03-16 18:35 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim, Ingo Molnar,
	Pratik R . Sampat, Sean Christopherson
  Cc: linux-kernel

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 +-
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [External] : [PATCH] tools/x86: kvm: fix comment typo
  2026-03-16 18:35 [PATCH] tools/x86: kvm: fix comment typo Joseph Salisbury
@ 2026-03-16 23:49 ` Joseph Salisbury
  2026-03-31 18:25 ` Sean Christopherson
  1 sibling, 0 replies; 3+ messages in thread
From: Joseph Salisbury @ 2026-03-16 23:49 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim, Ingo Molnar,
	Pratik R . Sampat, Sean Christopherson
  Cc: linux-kernel



On 3/16/26 2:35 PM, 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 +-
>   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.
>   	 */
I inadvertently added Fixes: and Cc: stable tags.  If possible, please 
remove them as they are not appropriate for fixes to misspellings in 
code comments.  If it's not possible to remove them, I can send a v2.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/x86: kvm: fix comment typo
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Sean Christopherson @ 2026-03-31 18:25 UTC (permalink / raw)
  To: Joseph Salisbury
  Cc: Arnaldo Carvalho de Melo, Namhyung Kim, Ingo Molnar,
	Pratik R . Sampat, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-31 18:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox