diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-03-16 22:55:52 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 22:02:35 -0400 |
commit | 8d7d86e9bd377e5779bf3c8da03b27d823c039b4 (patch) | |
tree | d5f65a39ec7f89575671abe893f119505caf935f /drivers/pci | |
parent | 6473d160b4aba8023bcf38519a5989694dfd51a7 (diff) |
PCI: kernel-doc fix
Warning(linux-2621-rc3g7/drivers/pci/pci.c:1283): No description found for parameter 'dev'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 2086cd1b5e0e..7bd8a725bea2 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -1323,7 +1323,7 @@ pci_intx(struct pci_dev *pdev, int enable) | |||
1323 | 1323 | ||
1324 | /** | 1324 | /** |
1325 | * pci_msi_off - disables any msi or msix capabilities | 1325 | * pci_msi_off - disables any msi or msix capabilities |
1326 | * @pdev: the PCI device to operate on | 1326 | * @dev: the PCI device to operate on |
1327 | * | 1327 | * |
1328 | * If you want to use msi see pci_enable_msi and friends. | 1328 | * If you want to use msi see pci_enable_msi and friends. |
1329 | * This is a lower level primitive that allows us to disable | 1329 | * This is a lower level primitive that allows us to disable |