summaryrefslogtreecommitdiff
path: root/source/components/executer/exsystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/executer/exsystem.c')
-rw-r--r--source/components/executer/exsystem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/components/executer/exsystem.c b/source/components/executer/exsystem.c
index 3f1deb14c..68a074be3 100644
--- a/source/components/executer/exsystem.c
+++ b/source/components/executer/exsystem.c
@@ -303,10 +303,10 @@ AcpiExSystemDoStall (
else
{
if (HowLongUs > 100)
- {
+ {
ACPI_WARNING ((AE_INFO,
"Time parameter %u us > 100 us violating ACPI spec, please fix the firmware.", HowLongUs));
- }
+ }
AcpiOsStall (HowLongUs);
}