Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ceaf5b5f authored by Randy Dunlap's avatar Randy Dunlap Committed by Bjorn Helgaas
Browse files

PCI: Fix drivers/pci/pci.c kernel-doc warnings



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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 0d7614f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1543,7 +1543,7 @@ void pci_pme_wakeup_bus(struct pci_bus *bus)


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