ACPICA: Fix trace output name and whitespace

This commit is contained in:
rmoore1 2006-09-12 16:46:05 +00:00
parent 77645185eb
commit a9e4863583

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exutils - interpreter/scanner utilities
* $Revision: 1.124 $
* $Revision: 1.125 $
*
*****************************************************************************/
@ -170,7 +170,8 @@ AcpiExEnterInterpreter (
{
ACPI_STATUS Status;
ACPI_FUNCTION_TRACE (ExReacquireInterpreter);
ACPI_FUNCTION_TRACE (ExEnterInterpreter);
Status = AcpiUtAcquireMutex (ACPI_MTX_INTERPRETER);
@ -202,7 +203,6 @@ void
AcpiExReacquireInterpreter (
void)
{
ACPI_FUNCTION_TRACE (ExReacquireInterpreter);
@ -281,7 +281,6 @@ void
AcpiExRelinquishInterpreter (
void)
{
ACPI_FUNCTION_TRACE (ExRelinquishInterpreter);
@ -297,6 +296,7 @@ AcpiExRelinquishInterpreter (
return_VOID;
}
/*******************************************************************************
*
* FUNCTION: AcpiExTruncateFor32bitTable