[PATCH] kvm: fix typo in call_once.h comment

Jiun Jeong posted 1 patch 1 month, 1 week ago
include/linux/call_once.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] kvm: fix typo in call_once.h comment
Posted by Jiun Jeong 1 month, 1 week ago
Change "succesfully" to "successfully" in the kerneldoc
comment of call_once().

Signed-off-by: Jiun Jeong <jiun.jeong.cs@gmail.com>
---
 include/linux/call_once.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/call_once.h b/include/linux/call_once.h
index 13cd6469e7e5..1625a9d6ff5b 100644
--- a/include/linux/call_once.h
+++ b/include/linux/call_once.h
@@ -36,7 +36,7 @@ do {									\
  * it returns a zero or positive value, mark @once as completed.  Return
  * the value returned by @cb
  *
- * If @once has completed succesfully before, return 0.
+ * If @once has completed successfully before, return 0.
  *
  * The call to @cb is implicitly surrounded by a mutex, though for
  * efficiency the * function avoids taking it after the first call.
-- 
2.43.0
Re: [PATCH] kvm: fix typo in call_once.h comment
Posted by Sean Christopherson 2 weeks, 3 days ago
On Fri, 01 May 2026 23:44:13 +0900, Jiun Jeong wrote:
> Change "succesfully" to "successfully" in the kerneldoc
> comment of call_once().

Applied to kvm-x86 generic, with a slightly different shortlog since this
isn't truly KVM code, KVM just happens to be the only user.  Thanks!

[1/1] call_once:: Fix typo in comment for call_once()
      https://github.com/kvm-x86/linux/commit/5804f58901af

--
https://github.com/kvm-x86/linux/tree/next