[PATCH] futex: Fix futex_do_wait() reference in kernel-doc
From: Karl Mehltretter
Date: Fri Sep 11 2026 - 18:08:14 EST
The kernel-doc comment of futex_wait_requeue_pi() refers to
futex_wait_queue, which was renamed to futex_do_wait by
commit 93f1b6d79a73 ("futex: Move futex_queue() into
futex_wait_setup()"). Say futex_do_wait.
Fixes: 93f1b6d79a73 ("futex: Move futex_queue() into futex_wait_setup()")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@xxxxxxxxx>
---
kernel/futex/requeue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/futex/requeue.c b/kernel/futex/requeue.c
index b3f4a4bccb12635f8e621420cb22511ab2c75ad8..6979cee4b69d9ed863bb00583942138227f20720 100644
--- a/kernel/futex/requeue.c
+++ b/kernel/futex/requeue.c
@@ -768,7 +768,7 @@ int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb,
* without one, the pi logic would not know which task to boost/deboost, if
* there was a need to.
*
- * We call schedule in futex_wait_queue() when we enqueue and return there
+ * We call schedule in futex_do_wait() when we enqueue and return there
* via the following--
* 1) wakeup on uaddr2 after an atomic lock acquisition by futex_requeue()
* 2) wakeup on uaddr2 after a requeue