]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: PCI: update kernel-doc line comments
authorTian Tao <tiantao6@hisilicon.com>
Tue, 22 Sep 2020 02:32:25 +0000 (10:32 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Sep 2020 16:14:17 +0000 (18:14 +0200)
Update kernel-doc line comments to fix warnings reported by make W=1:

drivers/acpi/pci_root.c:71: warning: Function parameter or
member 'handle' not described in 'acpi_is_root_bridge'

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/pci_root.c

index f90e841c59f5f62e4af555087d1bbc28d6bf1d14..8b812803314abecdc47c69525fc4f9ef31f60709 100644 (file)
@@ -62,7 +62,7 @@ static DEFINE_MUTEX(osc_lock);
 
 /**
  * acpi_is_root_bridge - determine whether an ACPI CA node is a PCI root bridge
- * @handle - the ACPI CA node in question.
+ * @handle the ACPI CA node in question.
  *
  * Note: we could make this API take a struct acpi_device * instead, but
  * for now, it's more convenient to operate on an acpi_handle.