summaryrefslogtreecommitdiff
path: root/source/components/events/evxface.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/events/evxface.c')
-rw-r--r--source/components/events/evxface.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/components/events/evxface.c b/source/components/events/evxface.c
index 0a3b6c831168..c6b1c2e3bec5 100644
--- a/source/components/events/evxface.c
+++ b/source/components/events/evxface.c
@@ -1002,8 +1002,8 @@ AcpiInstallGpeHandler (
ACPI_FUNCTION_TRACE (AcpiInstallGpeHandler);
- Status = AcpiEvInstallGpeHandler (GpeDevice, GpeNumber, Type, FALSE,
- Address, Context);
+ Status = AcpiEvInstallGpeHandler (GpeDevice, GpeNumber, Type,
+ FALSE, Address, Context);
return_ACPI_STATUS (Status);
}
@@ -1043,8 +1043,8 @@ AcpiInstallGpeRawHandler (
ACPI_FUNCTION_TRACE (AcpiInstallGpeRawHandler);
- Status = AcpiEvInstallGpeHandler (GpeDevice, GpeNumber, Type, TRUE,
- Address, Context);
+ Status = AcpiEvInstallGpeHandler (GpeDevice, GpeNumber, Type,
+ TRUE, Address, Context);
return_ACPI_STATUS (Status);
}
@@ -1210,7 +1210,7 @@ AcpiAcquireGlobalLock (
AcpiExEnterInterpreter ();
Status = AcpiExAcquireMutexObject (Timeout,
- AcpiGbl_GlobalLockMutex, AcpiOsGetThreadId ());
+ AcpiGbl_GlobalLockMutex, AcpiOsGetThreadId ());
if (ACPI_SUCCESS (Status))
{