Commit 7cbcf22548df1f1df7c6b0d0bda579b92efca63c

Authored by Randy Dunlap
Committed by Greg Kroah-Hartman
1 parent 6a1b699678

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -1280,7 +1280,7 @@
1280 1280  
1281 1281 /**
1282 1282 * root_device_unregister - unregister and free a root device
1283   - * @root: device going away.
  1283 + * @dev: device going away
1284 1284 *
1285 1285 * This function unregisters and cleans up a device that was created by
1286 1286 * root_device_register().