Skip to content

Commit c1e9735

Browse files
John Garryrafaeljw
authored andcommitted
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 <john.garry@huawei.com> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent f8394f2 commit c1e9735

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/acpi/scan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1453,7 +1453,7 @@ int acpi_dma_get_range(struct device *dev, u64 *dma_addr, u64 *offset,
14531453
}
14541454

14551455
/**
1456-
* acpi_dma_configure - Set-up DMA configuration for the device.
1456+
* acpi_dma_configure_id - Set-up DMA configuration for the device.
14571457
* @dev: The pointer to the device
14581458
* @attr: device dma attributes
14591459
* @input_id: input device id const value pointer

0 commit comments

Comments
 (0)