On Sat, Aug 18, 2012 at 5:37 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxx> wrote: > From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > > 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' Applied, thanks! > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: linux-pci@xxxxxxxxxxxxxxx > --- > drivers/pci/pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- lnx-36-rc2.orig/drivers/pci/pci.c > +++ lnx-36-rc2/drivers/pci/pci.c > @@ -1543,7 +1543,7 @@ void pci_pme_wakeup_bus(struct pci_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) > -- > To unsubscribe from this list: send the line "unsubscribe linux-pci" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html