From: Geert Uytterhoeven Date: Fri, 30 Aug 2019 15:09:23 +0000 (+0200) Subject: ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldoc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3a2650a878b814735430b1b7a25fd190dfacf22e;p=linux.git ACPI / property: Fix acpi_graph_get_remote_endpoint() name in kerneldoc The function is called acpi_graph_get_remote_endpoint(), not acpi_graph_get_remote_enpoint(). Fixes: 79389a83bc3888a9 ("ACPI / property: Add support for remote endpoints") Signed-off-by: Geert Uytterhoeven Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index ea3d700da3ca6..2cb35d30cb140 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c @@ -1210,7 +1210,7 @@ static struct fwnode_handle *acpi_graph_get_child_prop_value( /** - * acpi_graph_get_remote_enpoint - Parses and returns remote end of an endpoint + * acpi_graph_get_remote_endpoint - Parses and returns remote end of an endpoint * @fwnode: Endpoint firmware node pointing to a remote device * @endpoint: Firmware node of remote endpoint is filled here if not %NULL *