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

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