summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2019-11-07 13:05:52 -0800
committerRobert Moore <Robert.Moore@intel.com>2019-11-07 13:05:52 -0800
commit7819219b060710a8e34a056499d2d326121974ee (patch)
tree1d8c7c192e9f1bd0b06c681496a56c4b3aa5f54a /tests
parent38eed936f976d3576e68545b0a02a8f97af11c78 (diff)
downloadacpica-7819219b060710a8e34a056499d2d326121974ee.tar.gz
ASLTS: Remove trailing spaces
In the .asl files From: ehaouas@noos.fr
Diffstat (limited to 'tests')
-rw-r--r--tests/aslts/src/compilation/collection/name.asl2
-rw-r--r--tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl4
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/Misc.asl2
-rw-r--r--tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/ssdt.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/descriptor/interrupt.asl6
-rw-r--r--tests/aslts/src/runtime/collections/functional/descriptor/register.asl14
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/loadtable.asl2
-rw-r--r--tests/aslts/src/runtime/collections/functional/table/ssdt1.asl2
8 files changed, 17 insertions, 17 deletions
diff --git a/tests/aslts/src/compilation/collection/name.asl b/tests/aslts/src/compilation/collection/name.asl
index 7a661bb57..aeabd87e4 100644
--- a/tests/aslts/src/compilation/collection/name.asl
+++ b/tests/aslts/src/compilation/collection/name.asl
@@ -261,7 +261,7 @@ Method(m922, 7, 1, 0) {Return ("m922")}
// SyncLevel specified when SerializeRule is not specified
Method(m923, , , 0) {Return ("m923")}
-
+
// SyncLevel specified when SerializeRule is set up to NotSerialized
Method(m924, , NotSerialized, 0) {Return ("m924")}
diff --git a/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl b/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl
index 1abae771d..436208efb 100644
--- a/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl
+++ b/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ms1.asl
@@ -1729,7 +1729,7 @@ Method(ms1d, 1, Serialized)
Method(m000, 7)
{
OUTP("LocalX case of Method started:")
-
+
Store(RefOf(i000), Local0)
Store(Local0, Local1)
Store(Local1, Local2)
@@ -3265,7 +3265,7 @@ Method(ms27, 1, Serialized)
OUTP("Check IndexField ByteAcc Ones write Offset (0:7)1-(1:0)1-(2:0)4-4")
TRY0(0, 0, 0x80)
-
+
Store(0x01, Local0)
if (LAnd(ABUU, LNot(q00a))) {
Store(0xff, Local0)
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/Misc.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/Misc.asl
index 00af52912..7efcababa 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/Misc.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/Misc.asl
@@ -52,7 +52,7 @@
* with the first non-hexadecimal character, end-of-string, or when the size
* of an integer is reached (8 characters for 32-bit integers and 16 characters
* for 64-bit integers). Note: the first non-hex character terminates the
- * conversion without error, and a “0x” prefix is not allowed.
+ * conversion without error, and a “0x” prefix is not allowed.
*/
/*
* To be completed !!!!!!!
diff --git a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/ssdt.asl b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/ssdt.asl
index 15b468127..bf7e4e0d4 100644
--- a/tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/ssdt.asl
+++ b/tests/aslts/src/runtime/collections/bdemo/ACPICA/0278/ssdt.asl
@@ -38,6 +38,6 @@ DefinitionBlock(
Scope(\) {
Name(NABS, "absolute location obj")
}
-
+
Name(NCRR, "current location obj")
}
diff --git a/tests/aslts/src/runtime/collections/functional/descriptor/interrupt.asl b/tests/aslts/src/runtime/collections/functional/descriptor/interrupt.asl
index 0c8ee7234..f7df9b575 100644
--- a/tests/aslts/src/runtime/collections/functional/descriptor/interrupt.asl
+++ b/tests/aslts/src/runtime/collections/functional/descriptor/interrupt.asl
@@ -873,9 +873,9 @@
When this descriptor is returned from _CRS, or when OSPM
passes this descriptor to _SRS, this field must be set to 1.
Byte 4n+5 Interrupt Number, _INT bits [7:0] Interrupt number
- Byte 4n+6 Interrupt Number, _INT bits [15:8]
- Byte 4n+7 Interrupt Number, _INT bits [23:16]
- Byte 4n+8 Interrupt Number, _INT bits [31:24]
+ Byte 4n+6 Interrupt Number, _INT bits [15:8]
+ Byte 4n+7 Interrupt Number, _INT bits [23:16]
+ Byte 4n+8 Interrupt Number, _INT bits [31:24]
Additional interrupt numbers
Byte x Resource Source Index (Optional) Only present if Resource Source (below) is present.
This field gives an index to the specific resource descriptor
diff --git a/tests/aslts/src/runtime/collections/functional/descriptor/register.asl b/tests/aslts/src/runtime/collections/functional/descriptor/register.asl
index ada5b52f0..352b7243f 100644
--- a/tests/aslts/src/runtime/collections/functional/descriptor/register.asl
+++ b/tests/aslts/src/runtime/collections/functional/descriptor/register.asl
@@ -223,13 +223,13 @@
3-Dword access
4-Qword access
Byte 7 Register Address, _ADR bits[7:0] Register Address
- Byte 8 Register Address, _ADR bits[15:8]
- Byte 9 Register Address, _ADR bits[23:16]
- Byte 10 Register Address, _ADR bits[31:24]
- Byte 11 Register Address, _ADR bits[39:32]
- Byte 12 Register Address, _ADR bits[47:40]
- Byte 13 Register Address, _ADR bits[55:48]
- Byte 14 Register Address, _ADR bits[63:56]
+ Byte 8 Register Address, _ADR bits[15:8]
+ Byte 9 Register Address, _ADR bits[23:16]
+ Byte 10 Register Address, _ADR bits[31:24]
+ Byte 11 Register Address, _ADR bits[39:32]
+ Byte 12 Register Address, _ADR bits[47:40]
+ Byte 13 Register Address, _ADR bits[55:48]
+ Byte 14 Register Address, _ADR bits[63:56]
*/
Name (P437, Package (0x12)
{
diff --git a/tests/aslts/src/runtime/collections/functional/table/loadtable.asl b/tests/aslts/src/runtime/collections/functional/table/loadtable.asl
index fe01c6cc3..12b0b9d0c 100644
--- a/tests/aslts/src/runtime/collections/functional/table/loadtable.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/loadtable.asl
@@ -1668,7 +1668,7 @@
* Nothing like this should happen in real ASL code. The BIOS writer
* knows whether the table is in the XSDT or not.
*/
- /*
+ /*
Method(tstf, 1)
{
Name(DDBH, 0)
diff --git a/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl b/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl
index c93e25e3c..edf7124fc 100644
--- a/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl
+++ b/tests/aslts/src/runtime/collections/functional/table/ssdt1.asl
@@ -45,6 +45,6 @@ DefinitionBlock(
Scope(\) {
Name(NABS, "absolute location obj")
}
-
+
Name(NCRR, "current location obj")
}