[2.6 Patch] Kernel-doc updates 3 of 15 -- /drivers/pci/pci.c

From: Michael Still
Date: Mon Sep 15 2003 - 22:06:46 EST


This patch removes kernel-doc errors reported whilst doing
a make mandocs on 2.6-test4-bk5

Linus, please apply.

Cheers,
Mikal


--------------------------


diff -Nur linux-2.6.0-test4-bk5-mandocs/drivers/pci/pci.c
linux-2.6.0-test4-bk5-mandocs_tweaks/drivers/pci/pci.c
--- linux-2.6.0-test4-bk5-mandocs/drivers/pci/pci.c 2003-09-04
10:55:55.000000000 +1000
+++ linux-2.6.0-test4-bk5-mandocs_tweaks/drivers/pci/pci.c 2003-09-09
16:09:35.000000000 +1000
@@ -126,11 +126,13 @@

/**
* pci_bus_find_capability - query for devices' capabilities
- * @dev: PCI device to query
- * @cap: capability code
+ * @bus: the PCI bus to query
+ * @devfn: PCI device to query
+ * @cap: capability code
*
* Like pci_find_capability() but works for pci devices that do not have a
* pci_dev structure set up yet.
+ *
* Returns the address of the requested capability structure within the
* device's PCI configuration space or 0 in case the device does not
* support it.

--

Michael Still (mikal@xxxxxxxxxxx) | "All my life I've had one dream,
http://www.stillhq.com | to achieve my many goals"
UTC + 10 | -- Homer Simpson


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/