Commit 10ac218e authored by Bob Moore's avatar Bob Moore Committed by Rafael J. Wysocki

ACPICA: Headers: Fix some comments, no functional change

ACPICA commit 539f8c03fe64305725bd85343e42f3b6c42aad14

A couple typos and long lines.

Link: https://github.com/acpica/acpica/commit/539f8c03Signed-off-by: default avatarBob Moore <robert.moore@intel.com>
Signed-off-by: default avatarLv Zheng <lv.zheng@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 7484619b
...@@ -89,8 +89,8 @@ ...@@ -89,8 +89,8 @@
#endif #endif
/* /*
* acpi_bin/acpi_dump/acpi_help/acpi_names/acpi_src/acpi_xtract/Example configuration. * acpi_bin/acpi_dump/acpi_help/acpi_names/acpi_src/acpi_xtract/Example
* All single threaded. * configuration. All single threaded.
*/ */
#if (defined ACPI_BIN_APP) || \ #if (defined ACPI_BIN_APP) || \
(defined ACPI_DUMP_APP) || \ (defined ACPI_DUMP_APP) || \
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
#define ACPI_USE_NATIVE_RSDP_POINTER #define ACPI_USE_NATIVE_RSDP_POINTER
#endif #endif
/* acpi_dump configuration. Native mapping used if provied by OSPMs */ /* acpi_dump configuration. Native mapping used if provided by the host */
#ifdef ACPI_DUMP_APP #ifdef ACPI_DUMP_APP
#define ACPI_USE_NATIVE_MEMORY_MAPPING #define ACPI_USE_NATIVE_MEMORY_MAPPING
...@@ -323,8 +323,8 @@ ...@@ -323,8 +323,8 @@
* ACPI_USE_STANDARD_HEADERS - Define this if linking to a C library and * ACPI_USE_STANDARD_HEADERS - Define this if linking to a C library and
* the standard header files may be used. * the standard header files may be used.
* *
* The ACPICA subsystem only uses low level C library functions that do not call * The ACPICA subsystem only uses low level C library functions that do not
* operating system services and may therefore be inlined in the code. * call operating system services and may therefore be inlined in the code.
* *
* It may be necessary to tailor these include files to the target * It may be necessary to tailor these include files to the target
* generation environment. * generation environment.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment