From: Randy Dunlap Date: Wed, 23 Nov 2005 23:45:04 +0000 (-0800) Subject: [PATCH] PCI: kernel-doc fix for pci-acpi.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f366633fc31db1668b4c261e94816d7304ae9810;p=linux-beck.git [PATCH] PCI: kernel-doc fix for pci-acpi.c Fix kernel-doc warning in pci/pci-acpi.c. Signed-off-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman Signed-off-by: Linus Torvalds --- diff --git a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c index a9b00cc2d885..6917c6cb0912 100644 --- a/drivers/pci/pci-acpi.c +++ b/drivers/pci/pci-acpi.c @@ -178,6 +178,7 @@ EXPORT_SYMBOL(pci_osc_support_set); /** * pci_osc_control_set - commit requested control to Firmware + * @handle: acpi_handle for the target ACPI object * @flags: driver's requested control bits * * Attempt to take control from Firmware on requested control bits.