All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5/8] kernel-doc: fix pci-acpi warning
@ 2008-02-03 23:06 Randy.Dunlap
  2008-02-15 20:30 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2008-02-03 23:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: greg, len.brown, akpm

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-15 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-03 23:06 [PATCH 5/8] kernel-doc: fix pci-acpi warning Randy.Dunlap
2008-02-15 20:30 ` Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.