summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/exceptions/exc_operand
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2018-01-04 09:48:44 -0800
committerRobert Moore <Robert.Moore@intel.com>2018-01-04 09:48:44 -0800
commit4ca62a81414e1496b52a228a8f466096855659c2 (patch)
tree7968b799cc055237e8d3eb8695511eecdd96725b /tests/aslts/src/runtime/collections/exceptions/exc_operand
parent8b38d88e4a7151a7fc9451ac2e51c945c60b913b (diff)
downloadacpica-4ca62a81414e1496b52a228a8f466096855659c2.tar.gz
ASLTS: Automated cleanup, no functional changes
Mostly trailing spaces and extra lines at EOF.
Diffstat (limited to 'tests/aslts/src/runtime/collections/exceptions/exc_operand')
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl3
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl5
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl5
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl3
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl5
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl15
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl1
-rw-r--r--tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl1
19 files changed, 15 insertions, 34 deletions
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl
index 831be645c..616ac8029 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/MAIN.asl
@@ -46,4 +46,3 @@ DefinitionBlock ("exc_operand1", "DSDT", 2, "Intel", "Many", 0x00000001)
Return (Local7)
}
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
index eb0569a88..86f9c4421 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand1/exc_operand1.asl
@@ -38,4 +38,3 @@
{
M460 (0x01)
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl
index ebd55925c..fb1f572bf 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/MAIN.asl
@@ -58,4 +58,3 @@ DefinitionBlock ("exc_operand2", "DSDT", 2, "Intel", "Many", 0x00000001)
Return (Local7)
}
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl
index 2188daebf..73fd97cd3 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_00_undef.asl
@@ -632,7 +632,7 @@
Store(0, arg2)
}
// CondRefOf
-
+
CondRefOf(arg2)
CH03(ts, z092, 6, __LINE__, 0)
CondRefOf(arg2, Local1)
@@ -1538,4 +1538,3 @@
}
*/
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl
index c659bf64f..8dc461589 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_01_int.asl
@@ -221,7 +221,7 @@
CH06 (Arg0, 0x28, 0x2F)
Store (DerefOf (P000 [0x00]) [0x00], Local1)
CH06 (Arg0, 0x29, 0x2F)
- Local1 = Match (DerefOf (P000 [0x00]), MTR, 0x00, MTR, 0x00,
+ Local1 = Match (DerefOf (P000 [0x00]), MTR, 0x00, MTR, 0x00,
0x00)
CH06 (Arg0, 0x2A, 0x2F)
/* DeRefOf(Index(Package, Ind, Dest)) */
@@ -230,7 +230,7 @@
CH06 (Arg0, 0x2B, 0x2F)
Store (DerefOf (Local0 = P000 [0x00]) [0x00], Local1)
CH06 (Arg0, 0x2C, 0x2F)
- Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
+ Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
0x00)
CH06 (Arg0, 0x2D, 0x2F)
}
@@ -452,4 +452,3 @@
M007 (TS)
}
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl
index ca255a40f..eb81afb4b 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_02_str.asl
@@ -216,7 +216,7 @@
CH06 (Arg0, 0x20, 0x05)
Store (DerefOf (P000 [0x00]) [0x00], Local1)
CH03 (TS, Z094, 0x08, 0xDA, 0x00)
- Local1 = Match (DerefOf (P000 [0x00]), MTR, 0x00, MTR, 0x00,
+ Local1 = Match (DerefOf (P000 [0x00]), MTR, 0x00, MTR, 0x00,
0x00)
CH06 (Arg0, 0x21, 0x2F)
/* DeRefOf(Index(Package, Ind, Dest)) */
@@ -225,7 +225,7 @@
CH06 (Arg0, 0x22, 0x05)
Store (DerefOf (Local0 = P000 [0x00]) [0x00], Local1)
CH03 (TS, Z094, 0x09, 0xE5, 0x00)
- Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
+ Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
0x00)
CH06 (Arg0, 0x23, 0x2F)
}
@@ -456,4 +456,3 @@
M007 (TS)
}
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl
index 37180d8d1..a694060de 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_03_buf.asl
@@ -143,7 +143,7 @@
CH06 (Arg0, 0x12, 0x2F)
Store (DerefOf (Local0 = P000 [0x00]) [0x00], Local1)
CH03 (TS, Z095, 0x05, 0x90, 0x00)
- Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
+ Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
0x00)
CH06 (Arg0, 0x13, 0x2F)
}
@@ -389,4 +389,3 @@
M007 (TS)
}
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl
index 082067abd..17f6e28e8 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_04_pckg.asl
@@ -1071,7 +1071,7 @@
CH06 (Arg0, 0x77, 0x2F)
/* Match */
- Local1 = Match (DerefOf (P000 [0x00]), MTR, 0x00, MTR, 0x00,
+ Local1 = Match (DerefOf (P000 [0x00]), MTR, 0x00, MTR, 0x00,
0x00)
CH03 (TS, Z096, 0x2E, 0x056D, 0x00)
Local1 = Match (Package (0x01)
@@ -1341,7 +1341,7 @@
CH06 (Arg0, 0x77, 0x2F)
/* Match */
- Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
+ Local1 = Match (DerefOf (Local0 = P000 [0x00]), MTR, 0x00, MTR, 0x00,
0x00)
CH03 (TS, Z096, 0x35, 0x06C2, 0x00)
Local1 = Match (Package (0x01)
@@ -2236,4 +2236,3 @@
M008 (Concatenate (TS, "-m008"))
RST0 ()
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl
index cfd928b87..78d3462a0 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_05_funit.asl
@@ -34,7 +34,7 @@
OperationRegion (RG01, SystemMemory, 0x0100, 0x0100)
Field (RG01, ByteAcc, NoLock, Preserve)
{
- FU00, 31,
+ FU00, 31,
FU01, 65
}
@@ -54,8 +54,8 @@
Name (TS, "m4b5")
Field (RG01, ByteAcc, NoLock, Preserve)
{
- Offset (0x0C),
- FU02, 31,
+ Offset (0x0C),
+ FU02, 31,
FU03, 65
}
@@ -65,8 +65,8 @@
{
Field (RG01, ByteAcc, NoLock, Preserve)
{
- Offset (0x18),
- FU02, 31,
+ Offset (0x18),
+ FU02, 31,
FU03, 65
}
@@ -185,8 +185,8 @@
{
Field (RG01, ByteAcc, NoLock, Preserve)
{
- Offset (0x18),
- FU02, 31,
+ Offset (0x18),
+ FU02, 31,
FU03, 65
}
@@ -305,4 +305,3 @@
M003 (TS)
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl
index ebec7b790..1ed5f7040 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_06_dev.asl
@@ -1058,4 +1058,3 @@
M005 (Concatenate (TS, "-m005"))
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
index 4eaf01377..330e259ea 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_07_event.asl
@@ -1059,4 +1059,3 @@
M005 (Concatenate (TS, "-m005"))
RST0 ()
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl
index 42f9a8388..1f15a44b1 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_08_method.asl
@@ -1087,4 +1087,3 @@
M005 (Concatenate (TS, "-m005"))
RST0 ()
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl
index 5ca643fc9..777ceea6f 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_09_mux.asl
@@ -1069,4 +1069,3 @@
M005 (Concatenate (TS, "-m005"))
RST0 ()
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl
index 4a2f185fa..d6c17d07f 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_10_oreg.asl
@@ -1047,4 +1047,3 @@
M005 (Concatenate (TS, "-m005"))
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl
index 51af4a106..7b9881f08 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_11_pwr.asl
@@ -1097,4 +1097,3 @@
M005 (Concatenate (TS, "-m005"))
RST0 ()
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl
index f8e3b77d3..2e47d522b 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_12_proc.asl
@@ -1069,4 +1069,3 @@
M005 (Concatenate (TS, "-m005"))
RST0 ()
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl
index cb1026295..ad271bba4 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_13_tzone.asl
@@ -1078,4 +1078,3 @@
M005 (Concatenate (TS, "-m005"))
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl
index 223b15197..3b4ea194a 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_14_bfield.asl
@@ -289,4 +289,3 @@
M003 (TS)
}
-
diff --git a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl
index 594213380..143b74317 100644
--- a/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl
+++ b/tests/aslts/src/runtime/collections/exceptions/exc_operand/exc_operand2/exc_operand2.asl
@@ -94,4 +94,3 @@
SRMT ("m4be")
M4BE ()
}
-