diff options
author | Erik Schmauss <erik.schmauss@intel.com> | 2019-02-15 13:36:19 -0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2019-02-24 21:12:01 +0100 |
commit | c163f90cc8620716b08ac7987c4c4ebf16444fd5 (patch) | |
tree | 04ffd606fd2bec278f92bf6d04c765c7665bc56c /drivers/acpi/acpica/nsload.c | |
parent | 8f5a14d0531002caf1c8978e8baddfec3ab2e824 (diff) | |
download | blackbird-op-linux-c163f90cc8620716b08ac7987c4c4ebf16444fd5.tar.gz blackbird-op-linux-c163f90cc8620716b08ac7987c4c4ebf16444fd5.zip |
ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/nsload.c')
-rw-r--r-- | drivers/acpi/acpica/nsload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/nsload.c b/drivers/acpi/acpica/nsload.c index 6b90aa89f942..35fff5c75da1 100644 --- a/drivers/acpi/acpica/nsload.c +++ b/drivers/acpi/acpica/nsload.c @@ -75,7 +75,7 @@ acpi_ns_load_table(u32 table_index, struct acpi_namespace_node *node) /* * On error, delete any namespace objects created by this table. * We cannot initialize these objects, so delete them. There are - * a couple of expecially bad cases: + * a couple of especially bad cases: * AE_ALREADY_EXISTS - namespace collision. * AE_NOT_FOUND - the target of a Scope operator does not * exist. This target of Scope must already exist in the |