Skip to content

Commit 8e8883c

Browse files
Tian Taorafaeljw
authored andcommitted
ACPI: PCI: update kernel-doc line comments
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>
1 parent ba4f184 commit 8e8883c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/pci_root.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static DEFINE_MUTEX(osc_lock);
6262

6363
/**
6464
* acpi_is_root_bridge - determine whether an ACPI CA node is a PCI root bridge
65-
* @handle - the ACPI CA node in question.
65+
* @handle: the ACPI CA node in question.
6666
*
6767
* Note: we could make this API take a struct acpi_device * instead, but
6868
* for now, it's more convenient to operate on an acpi_handle.

0 commit comments

Comments
 (0)