diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-22 13:19:20 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-04 08:49:10 +0000 |
commit | 7154ef2fe155ce34517c8f893ffec6bc1500e6ac (patch) | |
tree | b06d44268bdeadf2170e38d873b7bc15c6700358 /src/mainboard/amd | |
parent | a418414a584a832ed58d3c3b07baedc5866fadd0 (diff) |
src/mainboard: Add space after 'if'
Change-Id: Icae1983be6b8c5aebb121be8a383e2613e064122
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26462
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/bimini_fam10/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/amd/inagua/acpi/sleep.asl | 2 | ||||
-rw-r--r-- | src/mainboard/amd/mahogany_fam10/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/amd/persimmon/acpi/sleep.asl | 2 | ||||
-rw-r--r-- | src/mainboard/amd/south_station/acpi/sleep.asl | 2 | ||||
-rw-r--r-- | src/mainboard/amd/tilapia_fam10/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/amd/torpedo/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/amd/union_station/acpi/sleep.asl | 2 |
8 files changed, 8 insertions, 8 deletions
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)) |