login
Header Space

 
 

[PATCH 5/8] kernel-doc: fix pci-acpi warning

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Cc: <greg@...>, <len.brown@...>, <akpm@...>
Date: Sunday, February 3, 2008 - 7:06 pm

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix PCI kernel-doc warning:
Warning(linux-2.6.24-git12//drivers/pci/pci-acpi.c:166): No description found for parameter 'hid'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
  drivers/pci/pci-acpi.c |    1 +
  1 file changed, 1 insertion(+)

--- linux-2.6.24-git12.orig/drivers/pci/pci-acpi.c
+++ linux-2.6.24-git12/drivers/pci/pci-acpi.c
@@ -158,6 +158,7 @@ run_osc_out:
  /**
   * __pci_osc_support_set - register OS support to Firmware
   * @flags: OS support bits
+ * @hid: hardware ID
   *
   * Update OS support fields and doing a _OSC Query to obtain an update
   * from Firmware on supported control bits.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 5/8] kernel-doc: fix pci-acpi warning, Randy.Dunlap, (Sun Feb 3, 7:06 pm)
Re: [PATCH 5/8] kernel-doc: fix pci-acpi warning, Len Brown, (Fri Feb 15, 4:30 pm)
speck-geostationary