diff mbox

ACPI / scan: fix typo in comments of acpi_bus_unregister_driver()

Message ID 1379835761-31529-1-git-send-email-hanjun.guo@linaro.org
State New
Headers show

Commit Message

Hanjun Guo Sept. 22, 2013, 7:42 a.m. UTC
"APIC" should be "ACPI" here.

Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
---
 drivers/acpi/scan.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki Sept. 25, 2013, 5:55 p.m. UTC | #1
On Sunday, September 22, 2013 03:42:41 PM Hanjun Guo wrote:
> "APIC" should be "ACPI" here.
> 
> Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>

Queued up for 3.12, thanks!

> ---
>  drivers/acpi/scan.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
> index fbdb82e..611ce90 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
>
diff mbox

Patch

diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index fbdb82e..611ce90 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