mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 01:30:54 +07:00
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>
This commit is contained in:
parent
0fab8997f1
commit
977a6226fe
@ -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)) {
|
||||
@ -116,7 +116,6 @@ void acpi_ex_enter_interpreter(void)
|
||||
|
||||
void acpi_ex_reacquire_interpreter(void)
|
||||
{
|
||||
|
||||
ACPI_FUNCTION_TRACE(ex_reacquire_interpreter);
|
||||
|
||||
/*
|
||||
@ -185,7 +184,6 @@ void acpi_ex_exit_interpreter(void)
|
||||
|
||||
void acpi_ex_relinquish_interpreter(void)
|
||||
{
|
||||
|
||||
ACPI_FUNCTION_TRACE(ex_relinquish_interpreter);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user