Skip to content

Commit

Permalink
PCI: kernel-doc fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed May 3, 2007
1 parent 6473d16 commit 8d7d86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ pci_intx(struct pci_dev *pdev, int enable)

/**
* pci_msi_off - disables any msi or msix capabilities
* @pdev: the PCI device to operate on
* @dev: the PCI device to operate on
*
* If you want to use msi see pci_enable_msi and friends.
* This is a lower level primitive that allows us to disable
Expand Down

0 comments on commit 8d7d86e

Please sign in to comment.