diff options
author | Bob Moore <robert.moore@intel.com> | 2015-08-24 22:29:17 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-08-25 17:11:31 -0400 |
commit | 10ac218e9a1e76e0d3adec8fe2e2f84bbc138759 (patch) | |
tree | bf27d2edaf33df3a32e9a5e663d9505c82564bed /include/acpi/platform | |
parent | 7484619bff495c30e977dafe2ff735477bd569ff (diff) |
ACPICA: Headers: Fix some comments, no functional change
ACPICA commit 539f8c03fe64305725bd85343e42f3b6c42aad14
A couple typos and long lines.
Link: https://github.com/acpica/acpica/commit/539f8c03
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi/platform')
-rw-r--r-- | include/acpi/platform/acenv.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/acpi/platform/acenv.h b/include/acpi/platform/acenv.h index 3cedd43943f4..1332537d40db 100644 --- a/include/acpi/platform/acenv.h +++ b/include/acpi/platform/acenv.h | |||
@@ -89,8 +89,8 @@ | |||
89 | #endif | 89 | #endif |
90 | 90 | ||
91 | /* | 91 | /* |
92 | * acpi_bin/acpi_dump/acpi_help/acpi_names/acpi_src/acpi_xtract/Example configuration. | 92 | * acpi_bin/acpi_dump/acpi_help/acpi_names/acpi_src/acpi_xtract/Example |
93 | * All single threaded. | 93 | * configuration. All single threaded. |
94 | */ | 94 | */ |
95 | #if (defined ACPI_BIN_APP) || \ | 95 | #if (defined ACPI_BIN_APP) || \ |
96 | (defined ACPI_DUMP_APP) || \ | 96 | (defined ACPI_DUMP_APP) || \ |
@@ -123,7 +123,7 @@ | |||
123 | #define ACPI_USE_NATIVE_RSDP_POINTER | 123 | #define ACPI_USE_NATIVE_RSDP_POINTER |
124 | #endif | 124 | #endif |
125 | 125 | ||
126 | /* acpi_dump configuration. Native mapping used if provied by OSPMs */ | 126 | /* acpi_dump configuration. Native mapping used if provided by the host */ |
127 | 127 | ||
128 | #ifdef ACPI_DUMP_APP | 128 | #ifdef ACPI_DUMP_APP |
129 | #define ACPI_USE_NATIVE_MEMORY_MAPPING | 129 | #define ACPI_USE_NATIVE_MEMORY_MAPPING |
@@ -323,8 +323,8 @@ | |||
323 | * ACPI_USE_STANDARD_HEADERS - Define this if linking to a C library and | 323 | * ACPI_USE_STANDARD_HEADERS - Define this if linking to a C library and |
324 | * the standard header files may be used. | 324 | * the standard header files may be used. |
325 | * | 325 | * |
326 | * The ACPICA subsystem only uses low level C library functions that do not call | 326 | * The ACPICA subsystem only uses low level C library functions that do not |
327 | * operating system services and may therefore be inlined in the code. | 327 | * call operating system services and may therefore be inlined in the code. |
328 | * | 328 | * |
329 | * It may be necessary to tailor these include files to the target | 329 | * It may be necessary to tailor these include files to the target |
330 | * generation environment. | 330 | * generation environment. |