From 7154ef2fe155ce34517c8f893ffec6bc1500e6ac Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 22 May 2018 13:19:20 +0200 Subject: src/mainboard: Add space after 'if' Change-Id: Icae1983be6b8c5aebb121be8a383e2613e064122 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26462 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/amd/bimini_fam10/dsdt.asl | 2 +- src/mainboard/amd/inagua/acpi/sleep.asl | 2 +- src/mainboard/amd/mahogany_fam10/dsdt.asl | 2 +- src/mainboard/amd/persimmon/acpi/sleep.asl | 2 +- src/mainboard/amd/south_station/acpi/sleep.asl | 2 +- src/mainboard/amd/tilapia_fam10/dsdt.asl | 2 +- src/mainboard/amd/torpedo/dsdt.asl | 2 +- src/mainboard/amd/union_station/acpi/sleep.asl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/bimini_fam10/dsdt.asl b/src/mainboard/amd/bimini_fam10/dsdt.asl index c6b0ad2c75..b6a8e17a42 100644 --- a/src/mainboard/amd/bimini_fam10/dsdt.asl +++ b/src/mainboard/amd/bimini_fam10/dsdt.asl @@ -912,7 +912,7 @@ DefinitionBlock ( Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) diff --git a/src/mainboard/amd/inagua/acpi/sleep.asl b/src/mainboard/amd/inagua/acpi/sleep.asl index d7cf36570b..0069aa9db2 100644 --- a/src/mainboard/amd/inagua/acpi/sleep.asl +++ b/src/mainboard/amd/inagua/acpi/sleep.asl @@ -107,7 +107,7 @@ Method(\_WAK, 1) { Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) diff --git a/src/mainboard/amd/mahogany_fam10/dsdt.asl b/src/mainboard/amd/mahogany_fam10/dsdt.asl index 6c72744aef..fe2c9869fe 100644 --- a/src/mainboard/amd/mahogany_fam10/dsdt.asl +++ b/src/mainboard/amd/mahogany_fam10/dsdt.asl @@ -918,7 +918,7 @@ DefinitionBlock ( Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) diff --git a/src/mainboard/amd/persimmon/acpi/sleep.asl b/src/mainboard/amd/persimmon/acpi/sleep.asl index d7cf36570b..0069aa9db2 100644 --- a/src/mainboard/amd/persimmon/acpi/sleep.asl +++ b/src/mainboard/amd/persimmon/acpi/sleep.asl @@ -107,7 +107,7 @@ Method(\_WAK, 1) { Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) diff --git a/src/mainboard/amd/south_station/acpi/sleep.asl b/src/mainboard/amd/south_station/acpi/sleep.asl index d7cf36570b..0069aa9db2 100644 --- a/src/mainboard/amd/south_station/acpi/sleep.asl +++ b/src/mainboard/amd/south_station/acpi/sleep.asl @@ -107,7 +107,7 @@ Method(\_WAK, 1) { Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) diff --git a/src/mainboard/amd/tilapia_fam10/dsdt.asl b/src/mainboard/amd/tilapia_fam10/dsdt.asl index 4afab9c1be..51128bb218 100644 --- a/src/mainboard/amd/tilapia_fam10/dsdt.asl +++ b/src/mainboard/amd/tilapia_fam10/dsdt.asl @@ -918,7 +918,7 @@ DefinitionBlock ( Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) diff --git a/src/mainboard/amd/torpedo/dsdt.asl b/src/mainboard/amd/torpedo/dsdt.asl index 5781754753..0c55ff4c1b 100644 --- a/src/mainboard/amd/torpedo/dsdt.asl +++ b/src/mainboard/amd/torpedo/dsdt.asl @@ -756,7 +756,7 @@ DefinitionBlock ( Store(PEWS, Local0) Store(Local0, PEWS) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) diff --git a/src/mainboard/amd/union_station/acpi/sleep.asl b/src/mainboard/amd/union_station/acpi/sleep.asl index d7cf36570b..0069aa9db2 100644 --- a/src/mainboard/amd/union_station/acpi/sleep.asl +++ b/src/mainboard/amd/union_station/acpi/sleep.asl @@ -107,7 +107,7 @@ Method(\_WAK, 1) { Store(PWST, Local1) Store(Local1, PWST) - /* if(DeRefOf(Index(WKST,0))) { + /* if (DeRefOf(Index(WKST,0))) { * Store(0, Index(WKST,1)) * } else { * Store(Arg0, Index(WKST,1)) -- cgit v1.2.3