mirror of
https://github.com/acpica/acpica/
synced 2025-03-27 08:33:08 +03:00
ACPICA: Fix trace output name and whitespace
This commit is contained in:
parent
77645185eb
commit
a9e4863583
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user