Skip to content

Commit

Permalink
ACPICA: Fix trace output name and whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent 0fab899 commit 977a622
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/acpi/executer/exutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void acpi_ex_enter_interpreter(void)
{
acpi_status status;

ACPI_FUNCTION_TRACE(ex_reacquire_interpreter);
ACPI_FUNCTION_TRACE(ex_enter_interpreter);

status = acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER);
if (ACPI_FAILURE(status)) {
Expand Down Expand Up @@ -116,7 +116,6 @@ void acpi_ex_enter_interpreter(void)

void acpi_ex_reacquire_interpreter(void)
{

ACPI_FUNCTION_TRACE(ex_reacquire_interpreter);

/*
Expand Down Expand Up @@ -185,7 +184,6 @@ void acpi_ex_exit_interpreter(void)

void acpi_ex_relinquish_interpreter(void)
{

ACPI_FUNCTION_TRACE(ex_relinquish_interpreter);

/*
Expand Down

0 comments on commit 977a622

Please sign in to comment.