[coreboot-gerrit] Change in coreboot[master]: src/mainboard: Add space after 'if'

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Tue May 22 13:21:53 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26462


Change subject: src/mainboard: Add space after 'if'
......................................................................

src/mainboard: Add space after 'if'

Change-Id: Icae1983be6b8c5aebb121be8a383e2613e064122
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M src/mainboard/advansus/a785e-i/dsdt.asl
M src/mainboard/amd/bimini_fam10/dsdt.asl
M src/mainboard/amd/dbm690t/dsdt.asl
M src/mainboard/amd/inagua/acpi/sleep.asl
M src/mainboard/amd/mahogany/dsdt.asl
M src/mainboard/amd/mahogany_fam10/dsdt.asl
M src/mainboard/amd/persimmon/acpi/sleep.asl
M src/mainboard/amd/pistachio/dsdt.asl
M src/mainboard/amd/south_station/acpi/sleep.asl
M src/mainboard/amd/tilapia_fam10/dsdt.asl
M src/mainboard/amd/torpedo/dsdt.asl
M src/mainboard/amd/union_station/acpi/sleep.asl
M src/mainboard/asrock/e350m1/acpi/sleep.asl
M src/mainboard/asus/m4a78-em/dsdt.asl
M src/mainboard/asus/m4a785-m/dsdt.asl
M src/mainboard/asus/m4a785t-m/dsdt.asl
M src/mainboard/asus/m5a88-v/dsdt.asl
M src/mainboard/avalue/eax-785e/dsdt.asl
M src/mainboard/elmex/pcm205400/acpi/sleep.asl
M src/mainboard/gigabyte/ma785gm/dsdt.asl
M src/mainboard/gigabyte/ma785gmt/dsdt.asl
M src/mainboard/gigabyte/ma78gm/dsdt.asl
M src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
M src/mainboard/iei/kino-780am2-fam10/dsdt.asl
M src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl
M src/mainboard/jetway/pa78vm5/dsdt.asl
M src/mainboard/kontron/kt690/dsdt.asl
M src/mainboard/lippert/frontrunner-af/dsdt.asl
M src/mainboard/lippert/toucan-af/dsdt.asl
M src/mainboard/pcengines/apu1/acpi/sleep.asl
M src/mainboard/siemens/sitemp_g1p1/acpi/event.asl
M src/mainboard/supermicro/h8scm_fam10/dsdt.asl
M src/mainboard/technexion/tim5690/dsdt.asl
M src/mainboard/technexion/tim8690/dsdt.asl
34 files changed, 34 insertions(+), 34 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/26462/1

diff --git a/src/mainboard/advansus/a785e-i/dsdt.asl b/src/mainboard/advansus/a785e-i/dsdt.asl
index e59c5ac..b8c54b9 100644
--- a/src/mainboard/advansus/a785e-i/dsdt.asl
+++ b/src/mainboard/advansus/a785e-i/dsdt.asl
@@ -912,7 +912,7 @@
 		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/bimini_fam10/dsdt.asl b/src/mainboard/amd/bimini_fam10/dsdt.asl
index c6b0ad2..b6a8e17 100644
--- a/src/mainboard/amd/bimini_fam10/dsdt.asl
+++ b/src/mainboard/amd/bimini_fam10/dsdt.asl
@@ -912,7 +912,7 @@
 		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/dbm690t/dsdt.asl b/src/mainboard/amd/dbm690t/dsdt.asl
index 748c9fb..c041dc4 100644
--- a/src/mainboard/amd/dbm690t/dsdt.asl
+++ b/src/mainboard/amd/dbm690t/dsdt.asl
@@ -880,7 +880,7 @@
 		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 d7cf365..0069aa9 100644
--- a/src/mainboard/amd/inagua/acpi/sleep.asl
+++ b/src/mainboard/amd/inagua/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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/dsdt.asl b/src/mainboard/amd/mahogany/dsdt.asl
index dfffa87..70ce0e8 100644
--- a/src/mainboard/amd/mahogany/dsdt.asl
+++ b/src/mainboard/amd/mahogany/dsdt.asl
@@ -876,7 +876,7 @@
 		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 6c72744..fe2c986 100644
--- a/src/mainboard/amd/mahogany_fam10/dsdt.asl
+++ b/src/mainboard/amd/mahogany_fam10/dsdt.asl
@@ -918,7 +918,7 @@
 		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 d7cf365..0069aa9 100644
--- a/src/mainboard/amd/persimmon/acpi/sleep.asl
+++ b/src/mainboard/amd/persimmon/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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/pistachio/dsdt.asl b/src/mainboard/amd/pistachio/dsdt.asl
index 79589a8..b9ae2fa 100644
--- a/src/mainboard/amd/pistachio/dsdt.asl
+++ b/src/mainboard/amd/pistachio/dsdt.asl
@@ -879,7 +879,7 @@
 		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 d7cf365..0069aa9 100644
--- a/src/mainboard/amd/south_station/acpi/sleep.asl
+++ b/src/mainboard/amd/south_station/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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 4afab9c..51128bb 100644
--- a/src/mainboard/amd/tilapia_fam10/dsdt.asl
+++ b/src/mainboard/amd/tilapia_fam10/dsdt.asl
@@ -918,7 +918,7 @@
 		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 5781754..0c55ff4 100644
--- a/src/mainboard/amd/torpedo/dsdt.asl
+++ b/src/mainboard/amd/torpedo/dsdt.asl
@@ -756,7 +756,7 @@
 		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 d7cf365..0069aa9 100644
--- a/src/mainboard/amd/union_station/acpi/sleep.asl
+++ b/src/mainboard/amd/union_station/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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/asrock/e350m1/acpi/sleep.asl b/src/mainboard/asrock/e350m1/acpi/sleep.asl
index d7cf365..0069aa9 100644
--- a/src/mainboard/asrock/e350m1/acpi/sleep.asl
+++ b/src/mainboard/asrock/e350m1/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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/asus/m4a78-em/dsdt.asl b/src/mainboard/asus/m4a78-em/dsdt.asl
index be3e54d..905d671 100644
--- a/src/mainboard/asus/m4a78-em/dsdt.asl
+++ b/src/mainboard/asus/m4a78-em/dsdt.asl
@@ -918,7 +918,7 @@
 		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/asus/m4a785-m/dsdt.asl b/src/mainboard/asus/m4a785-m/dsdt.asl
index be3e54d..905d671 100644
--- a/src/mainboard/asus/m4a785-m/dsdt.asl
+++ b/src/mainboard/asus/m4a785-m/dsdt.asl
@@ -918,7 +918,7 @@
 		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/asus/m4a785t-m/dsdt.asl b/src/mainboard/asus/m4a785t-m/dsdt.asl
index 8e42026..3220cae 100644
--- a/src/mainboard/asus/m4a785t-m/dsdt.asl
+++ b/src/mainboard/asus/m4a785t-m/dsdt.asl
@@ -918,7 +918,7 @@
 		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/asus/m5a88-v/dsdt.asl b/src/mainboard/asus/m5a88-v/dsdt.asl
index 6aff564..be1dead 100644
--- a/src/mainboard/asus/m5a88-v/dsdt.asl
+++ b/src/mainboard/asus/m5a88-v/dsdt.asl
@@ -912,7 +912,7 @@
 		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/avalue/eax-785e/dsdt.asl b/src/mainboard/avalue/eax-785e/dsdt.asl
index 5234377..260441e 100644
--- a/src/mainboard/avalue/eax-785e/dsdt.asl
+++ b/src/mainboard/avalue/eax-785e/dsdt.asl
@@ -912,7 +912,7 @@
 		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/elmex/pcm205400/acpi/sleep.asl b/src/mainboard/elmex/pcm205400/acpi/sleep.asl
index d7cf365..0069aa9 100644
--- a/src/mainboard/elmex/pcm205400/acpi/sleep.asl
+++ b/src/mainboard/elmex/pcm205400/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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/gigabyte/ma785gm/dsdt.asl b/src/mainboard/gigabyte/ma785gm/dsdt.asl
index 700e4ae..0ab0e13 100644
--- a/src/mainboard/gigabyte/ma785gm/dsdt.asl
+++ b/src/mainboard/gigabyte/ma785gm/dsdt.asl
@@ -918,7 +918,7 @@
 		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/gigabyte/ma785gmt/dsdt.asl b/src/mainboard/gigabyte/ma785gmt/dsdt.asl
index 700e4ae..0ab0e13 100644
--- a/src/mainboard/gigabyte/ma785gmt/dsdt.asl
+++ b/src/mainboard/gigabyte/ma785gmt/dsdt.asl
@@ -918,7 +918,7 @@
 		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/gigabyte/ma78gm/dsdt.asl b/src/mainboard/gigabyte/ma78gm/dsdt.asl
index 700e4ae..0ab0e13 100644
--- a/src/mainboard/gigabyte/ma78gm/dsdt.asl
+++ b/src/mainboard/gigabyte/ma78gm/dsdt.asl
@@ -918,7 +918,7 @@
 		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/gizmosphere/gizmo/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
index edfb4f3..ca42623 100644
--- a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
+++ b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl
@@ -108,7 +108,7 @@
 	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/iei/kino-780am2-fam10/dsdt.asl b/src/mainboard/iei/kino-780am2-fam10/dsdt.asl
index 13f4fa0..402b520 100644
--- a/src/mainboard/iei/kino-780am2-fam10/dsdt.asl
+++ b/src/mainboard/iei/kino-780am2-fam10/dsdt.asl
@@ -918,7 +918,7 @@
 		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/jetway/nf81-t56n-lf/acpi/sleep.asl b/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl
index d7cf365..0069aa9 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl
+++ b/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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/jetway/pa78vm5/dsdt.asl b/src/mainboard/jetway/pa78vm5/dsdt.asl
index 0a721e9..7b8b8c8 100644
--- a/src/mainboard/jetway/pa78vm5/dsdt.asl
+++ b/src/mainboard/jetway/pa78vm5/dsdt.asl
@@ -918,7 +918,7 @@
 		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/kontron/kt690/dsdt.asl b/src/mainboard/kontron/kt690/dsdt.asl
index 889293f..8c4e791 100644
--- a/src/mainboard/kontron/kt690/dsdt.asl
+++ b/src/mainboard/kontron/kt690/dsdt.asl
@@ -881,7 +881,7 @@
 		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/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl
index f189106..55f6e09 100644
--- a/src/mainboard/lippert/frontrunner-af/dsdt.asl
+++ b/src/mainboard/lippert/frontrunner-af/dsdt.asl
@@ -908,7 +908,7 @@
 		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/lippert/toucan-af/dsdt.asl b/src/mainboard/lippert/toucan-af/dsdt.asl
index f74a44d..71c36b7 100644
--- a/src/mainboard/lippert/toucan-af/dsdt.asl
+++ b/src/mainboard/lippert/toucan-af/dsdt.asl
@@ -907,7 +907,7 @@
 		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/pcengines/apu1/acpi/sleep.asl b/src/mainboard/pcengines/apu1/acpi/sleep.asl
index d7cf365..0069aa9 100644
--- a/src/mainboard/pcengines/apu1/acpi/sleep.asl
+++ b/src/mainboard/pcengines/apu1/acpi/sleep.asl
@@ -107,7 +107,7 @@
 	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/siemens/sitemp_g1p1/acpi/event.asl b/src/mainboard/siemens/sitemp_g1p1/acpi/event.asl
index fafb0ac..dfc8032 100644
--- a/src/mainboard/siemens/sitemp_g1p1/acpi/event.asl
+++ b/src/mainboard/siemens/sitemp_g1p1/acpi/event.asl
@@ -134,7 +134,7 @@
 	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/supermicro/h8scm_fam10/dsdt.asl b/src/mainboard/supermicro/h8scm_fam10/dsdt.asl
index 1599767..e48d1c3 100644
--- a/src/mainboard/supermicro/h8scm_fam10/dsdt.asl
+++ b/src/mainboard/supermicro/h8scm_fam10/dsdt.asl
@@ -936,7 +936,7 @@
 		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/technexion/tim5690/dsdt.asl b/src/mainboard/technexion/tim5690/dsdt.asl
index 44da647..039071c 100644
--- a/src/mainboard/technexion/tim5690/dsdt.asl
+++ b/src/mainboard/technexion/tim5690/dsdt.asl
@@ -880,7 +880,7 @@
 		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/technexion/tim8690/dsdt.asl b/src/mainboard/technexion/tim8690/dsdt.asl
index ae82a2a..41b171f 100644
--- a/src/mainboard/technexion/tim8690/dsdt.asl
+++ b/src/mainboard/technexion/tim8690/dsdt.asl
@@ -880,7 +880,7 @@
 		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))

-- 
To view, visit https://review.coreboot.org/26462
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icae1983be6b8c5aebb121be8a383e2613e064122
Gerrit-Change-Number: 26462
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180522/47aaf8d6/attachment-0001.html>


More information about the coreboot-gerrit mailing list