Skip to content

Commit

Permalink
PCI: Fix drivers/pci/pci.c kernel-doc warnings
Browse files Browse the repository at this point in the history
Fix kernel-doc warnings in drivers/pci/pci.c:

Warning(drivers/pci/pci.c:1550): No description found for parameter 'pci_dev'
Warning(drivers/pci/pci.c:1550): Excess function parameter 'dev' description in 'pci_wakeup'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
  • Loading branch information
Randy Dunlap authored and Bjorn Helgaas committed Aug 22, 2012
1 parent 0d7614f commit ceaf5b5
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 @@ -1543,7 +1543,7 @@ void pci_pme_wakeup_bus(struct pci_bus *bus)

/**
* pci_wakeup - Wake up a PCI device
* @dev: Device to handle.
* @pci_dev: Device to handle.
* @ign: ignored parameter
*/
static int pci_wakeup(struct pci_dev *pci_dev, void *ign)
Expand Down

0 comments on commit ceaf5b5

Please sign in to comment.