Message ID | 1379835761-31529-1-git-send-email-hanjun.guo@linaro.org |
---|---|
State | New |
Headers | show |
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 --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
"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(-)