diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:20 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:25 -0500 |
commit | 977a6226feae3e2c10a4d8227625ff0f04b49239 (patch) | |
tree | a433e78c63e7546718285166749111f880764f75 /drivers/acpi/executer | |
parent | 0fab8997f18f71b2391e72e49d8d31a395352dcc (diff) |
ACPICA: Fix trace output name and whitespace
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/executer')
-rw-r--r-- | drivers/acpi/executer/exutils.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/acpi/executer/exutils.c b/drivers/acpi/executer/exutils.c index 72adcf44afbb..e32d48937b2c 100644 --- a/drivers/acpi/executer/exutils.c +++ b/drivers/acpi/executer/exutils.c | |||
@@ -88,7 +88,7 @@ void acpi_ex_enter_interpreter(void) | |||
88 | { | 88 | { |
89 | acpi_status status; | 89 | acpi_status status; |
90 | 90 | ||
91 | ACPI_FUNCTION_TRACE(ex_reacquire_interpreter); | 91 | ACPI_FUNCTION_TRACE(ex_enter_interpreter); |
92 | 92 | ||
93 | status = acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER); | 93 | status = acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER); |
94 | if (ACPI_FAILURE(status)) { | 94 | if (ACPI_FAILURE(status)) { |
@@ -116,7 +116,6 @@ void acpi_ex_enter_interpreter(void) | |||
116 | 116 | ||
117 | void acpi_ex_reacquire_interpreter(void) | 117 | void acpi_ex_reacquire_interpreter(void) |
118 | { | 118 | { |
119 | |||
120 | ACPI_FUNCTION_TRACE(ex_reacquire_interpreter); | 119 | ACPI_FUNCTION_TRACE(ex_reacquire_interpreter); |
121 | 120 | ||
122 | /* | 121 | /* |
@@ -185,7 +184,6 @@ void acpi_ex_exit_interpreter(void) | |||
185 | 184 | ||
186 | void acpi_ex_relinquish_interpreter(void) | 185 | void acpi_ex_relinquish_interpreter(void) |
187 | { | 186 | { |
188 | |||
189 | ACPI_FUNCTION_TRACE(ex_relinquish_interpreter); | 187 | ACPI_FUNCTION_TRACE(ex_relinquish_interpreter); |
190 | 188 | ||
191 | /* | 189 | /* |