diff options
author | Martin Waitz <tali@admingilde.org> | 2005-06-24 01:05:21 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 03:06:40 -0400 |
commit | 3d41088fa327782b14b5659dbcfff62ec704c23c (patch) | |
tree | bd9a25f9ae7a0e232c9d5006849905e31a9dbc92 /drivers/pnp | |
parent | 363412b4f70a2ba19c76a01da7580472399312d4 (diff) |
[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>
Diffstat (limited to 'drivers/pnp')
-rw-r--r-- | drivers/pnp/card.c | 3 | ||||
-rw-r--r-- | drivers/pnp/manager.c | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pnp/card.c b/drivers/pnp/card.c index 3252662958d3..add12f7c489a 100644 --- a/drivers/pnp/card.c +++ b/drivers/pnp/card.c | |||
@@ -259,7 +259,6 @@ int pnp_add_card_device(struct pnp_card * card, struct pnp_dev * dev) | |||
259 | 259 | ||
260 | /** | 260 | /** |
261 | * pnp_remove_card_device- removes a device from the specified card | 261 | * pnp_remove_card_device- removes a device from the specified card |
262 | * @card: pointer to the card to remove from | ||
263 | * @dev: pointer to the device to remove | 262 | * @dev: pointer to the device to remove |
264 | */ | 263 | */ |
265 | 264 | ||
@@ -274,7 +273,7 @@ void pnp_remove_card_device(struct pnp_dev * dev) | |||
274 | 273 | ||
275 | /** | 274 | /** |
276 | * pnp_request_card_device - Searches for a PnP device under the specified card | 275 | * pnp_request_card_device - Searches for a PnP device under the specified card |
277 | * @lcard: pointer to the card link, cannot be NULL | 276 | * @clink: pointer to the card link, cannot be NULL |
278 | * @id: pointer to a PnP ID structure that explains the rules for finding the device | 277 | * @id: pointer to a PnP ID structure that explains the rules for finding the device |
279 | * @from: Starting place to search from. If NULL it will start from the begining. | 278 | * @from: Starting place to search from. If NULL it will start from the begining. |
280 | */ | 279 | */ |
diff --git a/drivers/pnp/manager.c b/drivers/pnp/manager.c index 65ecef738537..6c510c19ad7d 100644 --- a/drivers/pnp/manager.c +++ b/drivers/pnp/manager.c | |||
@@ -390,6 +390,7 @@ fail: | |||
390 | * pnp_manual_config_dev - Disables Auto Config and Manually sets the resource table | 390 | * pnp_manual_config_dev - Disables Auto Config and Manually sets the resource table |
391 | * @dev: pointer to the desired device | 391 | * @dev: pointer to the desired device |
392 | * @res: pointer to the new resource config | 392 | * @res: pointer to the new resource config |
393 | * @mode: 0 or PNP_CONFIG_FORCE | ||
393 | * | 394 | * |
394 | * This function can be used by drivers that want to manually set thier resources. | 395 | * This function can be used by drivers that want to manually set thier resources. |
395 | */ | 396 | */ |