mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 22:51:37 +00:00
locking: fix mutex @key parameter kernel-doc notation
Fix @key parameter to mutex_init() and one of its callers. Warning(linux-2.6.26-git11//drivers/base/class.c:210): No description found for parameter 'key' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
c9272c4f9f
commit
0e241ffd30
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
/***
|
||||
* mutex_init - initialize the mutex
|
||||
* @lock: the mutex to be initialized
|
||||
* @key: the lock_class_key for the class; used by mutex lock debugging
|
||||
*
|
||||
* Initialize the mutex to unlocked state.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue