[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <174139249399.14745.14674916369094609023.tip-bot2@tip-bot2>
Date: Sat, 08 Mar 2025 00:08:13 -0000
From: "tip-bot2 for Randy Dunlap" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>, Boqun Feng <boqun.feng@...il.com>,
Ingo Molnar <mingo@...nel.org>, Waiman Long <longman@...hat.com>,
x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: locking/core] locking/rtmutex: Use the 'struct' keyword in
kernel-doc comment
The following commit has been merged into the locking/core branch of tip:
Commit-ID: b3c5ec8b79bf6bc49cc4850d0949d712830283d7
Gitweb: https://git.kernel.org/tip/b3c5ec8b79bf6bc49cc4850d0949d712830283d7
Author: Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Fri, 07 Mar 2025 15:26:51 -08:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Sat, 08 Mar 2025 00:52:01 +01:00
locking/rtmutex: Use the 'struct' keyword in kernel-doc comment
Add the "struct" keyword to prevent a kernel-doc warning:
rtmutex_common.h:67: warning: cannot understand function prototype: 'struct rt_wake_q_head '
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Boqun Feng <boqun.feng@...il.com>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Acked-by: Waiman Long <longman@...hat.com>
Link: https://lore.kernel.org/r/20250307232717.1759087-2-boqun.feng@gmail.com
---
kernel/locking/rtmutex_common.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/locking/rtmutex_common.h b/kernel/locking/rtmutex_common.h
index c38a2d2..78dd3d8 100644
--- a/kernel/locking/rtmutex_common.h
+++ b/kernel/locking/rtmutex_common.h
@@ -59,8 +59,8 @@ struct rt_mutex_waiter {
};
/**
- * rt_wake_q_head - Wrapper around regular wake_q_head to support
- * "sleeping" spinlocks on RT
+ * struct rt_wake_q_head - Wrapper around regular wake_q_head to support
+ * "sleeping" spinlocks on RT
* @head: The regular wake_q_head for sleeping lock variants
* @rtlock_task: Task pointer for RT lock (spin/rwlock) wakeups
*/
Powered by blists - more mailing lists