dect
/
linux-2.6
Archived
13
0
Fork 0

driver-core: fix kernel-doc parameter name

Fix function parameter name in kernel-doc:

Warning(linux-next-20090120//drivers/base/core.c:1289): No description found for parameter 'dev'
Warning(linux-next-20090120//drivers/base/core.c:1289): Excess function parameter 'root' description in 'root_device_unregister'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Randy Dunlap 2009-01-20 16:29:13 -08:00 committed by Greg Kroah-Hartman
parent 6a1b699678
commit 7cbcf22548
1 changed files with 1 additions and 1 deletions

View File

@ -1280,7 +1280,7 @@ EXPORT_SYMBOL_GPL(__root_device_register);
/**
* root_device_unregister - unregister and free a root device
* @root: device going away.
* @dev: device going away
*
* This function unregisters and cleans up a device that was created by
* root_device_register().