mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
[PATCH] DocBook: update comments
This patch updates some comments to match 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:
parent
363412b4f7
commit
3d41088fa3
5 changed files with 7 additions and 6 deletions
|
@ -259,7 +259,6 @@ int pnp_add_card_device(struct pnp_card * card, struct pnp_dev * dev)
|
|||
|
||||
/**
|
||||
* pnp_remove_card_device- removes a device from the specified card
|
||||
* @card: pointer to the card to remove from
|
||||
* @dev: pointer to the device to remove
|
||||
*/
|
||||
|
||||
|
@ -274,7 +273,7 @@ void pnp_remove_card_device(struct pnp_dev * dev)
|
|||
|
||||
/**
|
||||
* pnp_request_card_device - Searches for a PnP device under the specified card
|
||||
* @lcard: pointer to the card link, cannot be NULL
|
||||
* @clink: pointer to the card link, cannot be NULL
|
||||
* @id: pointer to a PnP ID structure that explains the rules for finding the device
|
||||
* @from: Starting place to search from. If NULL it will start from the begining.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue