locking: fix mutex @key parameter kernel-doc notation
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 24 Jul 2008 23:58:42 +0000 (16:58 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 28 Jul 2008 16:12:36 +0000 (18:12 +0200)
commit0e241ffd306c0896bb9959be7faa4d4cfcb706d9
tree220450d1e1aa58a65e8ed2cf655b4fa890f67d64
parentc9272c4f9fbe2087beb3392f526dc5b19efaa56b
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>
drivers/base/class.c
kernel/mutex.c