From: Hanjun Guo Date: Sun, 22 Sep 2013 07:42:41 +0000 (+0800) Subject: ACPI / scan: fix typo in comments of acpi_bus_unregister_driver() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b27b14cebfdb687e6d281d2cf82858a30796dc2a;p=linux-beck.git ACPI / scan: fix typo in comments of acpi_bus_unregister_driver() "APIC" should be "ACPI" here. Signed-off-by: Hanjun Guo Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index fbdb82e70d10..611ce9061dc5 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1121,7 +1121,7 @@ int acpi_bus_register_driver(struct acpi_driver *driver) EXPORT_SYMBOL(acpi_bus_register_driver); /** - * acpi_bus_unregister_driver - unregisters a driver with the APIC bus + * acpi_bus_unregister_driver - unregisters a driver with the ACPI bus * @driver: driver to unregister * * Unregisters a driver with the ACPI bus. Searches the namespace for all