mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08: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@infradead.org> Signed-off-by: Boqun Feng <boqun.feng@gmail.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Waiman Long <longman@redhat.com> Link: https://lore.kernel.org/r/20250307232717.1759087-2-boqun.feng@gmail.com
This commit is contained in:
committed by
Ingo Molnar
parent
966944f371
commit
b3c5ec8b79
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user