From: John Garry Date: Mon, 2 Nov 2020 11:19:31 +0000 (+0800) Subject: ACPI: scan: Fix acpi_dma_configure_id() kerneldoc name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c1e9735975c05d36ca97e9d39e9b06c3e0b3b0d7;p=linux.git ACPI: scan: Fix acpi_dma_configure_id() kerneldoc name For some reason building with W=1 doesn't pick up on this, but the kerneldoc name for acpi_dma_configure_id() is not right, so fix it up. Signed-off-by: John Garry Acked-by: Lorenzo Pieralisi Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index a896e5e87c935..bc6a79e332209 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1453,7 +1453,7 @@ int acpi_dma_get_range(struct device *dev, u64 *dma_addr, u64 *offset, } /** - * acpi_dma_configure - Set-up DMA configuration for the device. + * acpi_dma_configure_id - Set-up DMA configuration for the device. * @dev: The pointer to the device * @attr: device dma attributes * @input_id: input device id const value pointer