From a8025db49f6a8bf8c7fc1f1302e73e6a1ec30688 Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Fri, 16 Dec 2016 13:17:34 -0500 Subject: amd-based mainboards: Fix whitespace in _PTS comments Correct tabs that were intended as spaces. Change-Id: Idcf33d829f87a866b5ed880527102918d5b93842 Signed-off-by: Marshall Dawson Reviewed-on: https://review.coreboot.org/17905 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/mainboard/amd/bettong/acpi/sleep.asl | 4 ++-- src/mainboard/amd/bimini_fam10/dsdt.asl | 4 ++-- src/mainboard/amd/dbm690t/dsdt.asl | 4 ++-- src/mainboard/amd/dinar/dsdt.asl | 4 ++-- src/mainboard/amd/gardenia/acpi/sleep.asl | 4 ++-- src/mainboard/amd/inagua/acpi/sleep.asl | 4 ++-- src/mainboard/amd/lamar/acpi/sleep.asl | 4 ++-- src/mainboard/amd/mahogany/dsdt.asl | 4 ++-- src/mainboard/amd/mahogany_fam10/dsdt.asl | 4 ++-- src/mainboard/amd/olivehill/acpi/sleep.asl | 4 ++-- src/mainboard/amd/parmer/acpi/sleep.asl | 4 ++-- src/mainboard/amd/persimmon/acpi/sleep.asl | 4 ++-- src/mainboard/amd/pistachio/dsdt.asl | 4 ++-- src/mainboard/amd/south_station/acpi/sleep.asl | 4 ++-- src/mainboard/amd/thatcher/acpi/sleep.asl | 4 ++-- src/mainboard/amd/tilapia_fam10/dsdt.asl | 4 ++-- src/mainboard/amd/torpedo/dsdt.asl | 4 ++-- src/mainboard/amd/union_station/acpi/sleep.asl | 4 ++-- 18 files changed, 36 insertions(+), 36 deletions(-) (limited to 'src/mainboard/amd') diff --git a/src/mainboard/amd/bettong/acpi/sleep.asl b/src/mainboard/amd/bettong/acpi/sleep.asl index e11ea07fe3..58f0752f30 100644 --- a/src/mainboard/amd/bettong/acpi/sleep.asl +++ b/src/mainboard/amd/bettong/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/bimini_fam10/dsdt.asl b/src/mainboard/amd/bimini_fam10/dsdt.asl index 6411968949..eade7eecd9 100644 --- a/src/mainboard/amd/bimini_fam10/dsdt.asl +++ b/src/mainboard/amd/bimini_fam10/dsdt.asl @@ -831,9 +831,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/dbm690t/dsdt.asl b/src/mainboard/amd/dbm690t/dsdt.asl index 744c687e35..00e1c12de9 100644 --- a/src/mainboard/amd/dbm690t/dsdt.asl +++ b/src/mainboard/amd/dbm690t/dsdt.asl @@ -798,9 +798,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/dinar/dsdt.asl b/src/mainboard/amd/dinar/dsdt.asl index b6a9c3c52e..8e51d3148d 100644 --- a/src/mainboard/amd/dinar/dsdt.asl +++ b/src/mainboard/amd/dinar/dsdt.asl @@ -703,9 +703,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/gardenia/acpi/sleep.asl b/src/mainboard/amd/gardenia/acpi/sleep.asl index e11ea07fe3..58f0752f30 100644 --- a/src/mainboard/amd/gardenia/acpi/sleep.asl +++ b/src/mainboard/amd/gardenia/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/inagua/acpi/sleep.asl b/src/mainboard/amd/inagua/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/amd/inagua/acpi/sleep.asl +++ b/src/mainboard/amd/inagua/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/lamar/acpi/sleep.asl b/src/mainboard/amd/lamar/acpi/sleep.asl index 21a4cf963c..2d26a54f6c 100644 --- a/src/mainboard/amd/lamar/acpi/sleep.asl +++ b/src/mainboard/amd/lamar/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/mahogany/dsdt.asl b/src/mainboard/amd/mahogany/dsdt.asl index e2524540d3..ff2c2927e1 100644 --- a/src/mainboard/amd/mahogany/dsdt.asl +++ b/src/mainboard/amd/mahogany/dsdt.asl @@ -794,9 +794,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/mahogany_fam10/dsdt.asl b/src/mainboard/amd/mahogany_fam10/dsdt.asl index df7a9ee83c..c4e6688933 100644 --- a/src/mainboard/amd/mahogany_fam10/dsdt.asl +++ b/src/mainboard/amd/mahogany_fam10/dsdt.asl @@ -836,9 +836,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/olivehill/acpi/sleep.asl b/src/mainboard/amd/olivehill/acpi/sleep.asl index dc3cc4964b..1225a62785 100644 --- a/src/mainboard/amd/olivehill/acpi/sleep.asl +++ b/src/mainboard/amd/olivehill/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/parmer/acpi/sleep.asl b/src/mainboard/amd/parmer/acpi/sleep.asl index d3a2ce2fa7..947a2f2d43 100644 --- a/src/mainboard/amd/parmer/acpi/sleep.asl +++ b/src/mainboard/amd/parmer/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/persimmon/acpi/sleep.asl b/src/mainboard/amd/persimmon/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/amd/persimmon/acpi/sleep.asl +++ b/src/mainboard/amd/persimmon/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/pistachio/dsdt.asl b/src/mainboard/amd/pistachio/dsdt.asl index 0e8bd05789..d2b45fc14c 100644 --- a/src/mainboard/amd/pistachio/dsdt.asl +++ b/src/mainboard/amd/pistachio/dsdt.asl @@ -798,9 +798,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/south_station/acpi/sleep.asl b/src/mainboard/amd/south_station/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/amd/south_station/acpi/sleep.asl +++ b/src/mainboard/amd/south_station/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/thatcher/acpi/sleep.asl b/src/mainboard/amd/thatcher/acpi/sleep.asl index 1e8b9ae701..1dc590f484 100644 --- a/src/mainboard/amd/thatcher/acpi/sleep.asl +++ b/src/mainboard/amd/thatcher/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/tilapia_fam10/dsdt.asl b/src/mainboard/amd/tilapia_fam10/dsdt.asl index 01fc046113..1d17d04142 100644 --- a/src/mainboard/amd/tilapia_fam10/dsdt.asl +++ b/src/mainboard/amd/tilapia_fam10/dsdt.asl @@ -836,9 +836,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/torpedo/dsdt.asl b/src/mainboard/amd/torpedo/dsdt.asl index f257f23ec1..cc830dc973 100644 --- a/src/mainboard/amd/torpedo/dsdt.asl +++ b/src/mainboard/amd/torpedo/dsdt.asl @@ -674,9 +674,9 @@ DefinitionBlock ( * -none- * * The _PTS control method is executed at the beginning of the sleep process - * for S1-S5. The sleeping value is passed to the _PTS control method. This + * for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the - * sleep state and the OS may abort the operation without notification to + * sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ diff --git a/src/mainboard/amd/union_station/acpi/sleep.asl b/src/mainboard/amd/union_station/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/amd/union_station/acpi/sleep.asl +++ b/src/mainboard/amd/union_station/acpi/sleep.asl @@ -26,9 +26,9 @@ Name(WKST,Package(){Zero, Zero}) * -none- * * The _PTS control method is executed at the beginning of the sleep process -* for S1-S5. The sleeping value is passed to the _PTS control method. This +* for S1-S5. The sleeping value is passed to the _PTS control method. This * control method may be executed a relatively long time before entering the -* sleep state and the OS may abort the operation without notification to +* sleep state and the OS may abort the operation without notification to * the ACPI driver. This method cannot modify the configuration or power * state of any device in the system. */ -- cgit v1.2.3