diff options
author | Bob Moore <robert.moore@intel.com> | 2012-07-16 09:52:27 +0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-07-17 00:05:49 -0400 |
commit | cf48958e84abb3b2dbb4202d0edbfce6aff65ce7 (patch) | |
tree | a47046d1f49e28159279347f4594aa53ccf12640 /drivers/acpi/acpica/exutils.c | |
parent | 3b3ea7759ce484fffce387cf20a2dd39d1be3858 (diff) | |
download | blackbird-obmc-linux-cf48958e84abb3b2dbb4202d0edbfce6aff65ce7.tar.gz blackbird-obmc-linux-cf48958e84abb3b2dbb4202d0edbfce6aff65ce7.zip |
ACPICA: Fix some comment fields
No functional change. Fixes some typos and linux divergences.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/exutils.c')
-rw-r--r-- | drivers/acpi/acpica/exutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/exutils.c b/drivers/acpi/acpica/exutils.c index eb6798ba8b59..748240094085 100644 --- a/drivers/acpi/acpica/exutils.c +++ b/drivers/acpi/acpica/exutils.c @@ -109,7 +109,7 @@ void acpi_ex_enter_interpreter(void) * * DESCRIPTION: Reacquire the interpreter execution region from within the * interpreter code. Failure to enter the interpreter region is a - * fatal system error. Used in conjunction with + * fatal system error. Used in conjunction with * relinquish_interpreter * ******************************************************************************/ |