mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
[PATCH] DocBook: fix some descriptions
Some KernelDoc descriptions are updated to match the current code. No code changes. Signed-off-by: Martin Waitz <tali@admingilde.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
6013d5445f
commit
67be2dd1ba
@@ -115,7 +115,7 @@ int platform_add_devices(struct platform_device **devs, int num)
|
||||
|
||||
/**
|
||||
* platform_device_register - add a platform-level device
|
||||
* @dev: platform device we're adding
|
||||
* @pdev: platform device we're adding
|
||||
*
|
||||
*/
|
||||
int platform_device_register(struct platform_device * pdev)
|
||||
@@ -174,7 +174,7 @@ int platform_device_register(struct platform_device * pdev)
|
||||
|
||||
/**
|
||||
* platform_device_unregister - remove a platform-level device
|
||||
* @dev: platform device we're removing
|
||||
* @pdev: platform device we're removing
|
||||
*
|
||||
* Note that this function will also release all memory- and port-based
|
||||
* resources owned by the device (@dev->resource).
|
||||
|
||||
Reference in New Issue
Block a user