projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83b2fa9
)
ACPICA: Tables: Fix spelling mistake in comment
author
Colin Ian King
<
[email protected]
>
Tue, 8 May 2018 21:06:08 +0000
(14:06 -0700)
committer
Rafael J. Wysocki
<
[email protected]
>
Tue, 15 May 2018 08:16:10 +0000
(10:16 +0200)
The spelling of "sucessfully" should be "successfully", fix this
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Erik Schmauss <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/acpi/acpica/tbinstal.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/acpica/tbinstal.c
b/drivers/acpi/acpica/tbinstal.c
index c5085b7ae8c962b4b24e2cf90e0fbe84c69fbbcf..5f8e7b561c90b3532757fc653a7660ec4faba570 100644
(file)
--- a/
drivers/acpi/acpica/tbinstal.c
+++ b/
drivers/acpi/acpica/tbinstal.c
@@
-88,7
+88,7
@@
acpi_tb_install_table_with_override(struct acpi_table_desc *new_table_desc,
* DESCRIPTION: This function is called to verify and install an ACPI table.
* When this function is called by "Load" or "LoadTable" opcodes,
* or by acpi_load_table() API, the "Reload" parameter is set.
- * After sucessfully returning from this function, table is
+ * After suc
c
essfully returning from this function, table is
* "INSTALLED" but not "VALIDATED".
*
******************************************************************************/