projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a8566
)
ACPI / scan: fix typo in comments of acpi_bus_unregister_driver()
author
Hanjun Guo
<hanjun.guo@linaro.org>
Sun, 22 Sep 2013 07:42:41 +0000
(15:42 +0800)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 25 Sep 2013 17:46:48 +0000
(19:46 +0200)
"APIC" should be "ACPI" here.
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/scan.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/scan.c
b/drivers/acpi/scan.c
index fbdb82e70d10623c0bbf94aa73723a40fd32e77d..611ce9061dc54c409160538df58fc3eb2c6c4676 100644
(file)
--- 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 A
PIC
bus
+ * acpi_bus_unregister_driver - unregisters a driver with the A
CPI
bus
* @driver: driver to unregister
*
* Unregisters a driver with the ACPI bus. Searches the namespace for all