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/advansus/a785e-i/dsdt.asl | 4 ++-- 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 ++-- src/mainboard/asrock/e350m1/acpi/sleep.asl | 4 ++-- src/mainboard/asrock/imb-a180/acpi/sleep.asl | 4 ++-- src/mainboard/asus/f2a85-m/acpi/sleep.asl | 4 ++-- src/mainboard/asus/kcma-d8/acpi/pm_ctrl.asl | 2 +- src/mainboard/asus/kfsn4-dre/acpi/pm_ctrl.asl | 2 +- src/mainboard/asus/kfsn4-dre_k8/acpi/pm_ctrl.asl | 2 +- src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl | 2 +- src/mainboard/asus/m4a78-em/dsdt.asl | 4 ++-- src/mainboard/asus/m4a785-m/dsdt.asl | 4 ++-- src/mainboard/asus/m4a785t-m/dsdt.asl | 4 ++-- src/mainboard/asus/m5a88-v/dsdt.asl | 4 ++-- src/mainboard/avalue/eax-785e/dsdt.asl | 4 ++-- src/mainboard/bap/ode_e20XX/acpi/sleep.asl | 4 ++-- src/mainboard/biostar/am1ml/acpi/sleep.asl | 4 ++-- src/mainboard/elmex/pcm205400/acpi/sleep.asl | 4 ++-- src/mainboard/gigabyte/ma785gm/dsdt.asl | 4 ++-- src/mainboard/gigabyte/ma785gmt/dsdt.asl | 4 ++-- src/mainboard/gigabyte/ma78gm/dsdt.asl | 4 ++-- src/mainboard/gizmosphere/gizmo/acpi/sleep.asl | 4 ++-- src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl | 4 ++-- src/mainboard/hp/abm/acpi/sleep.asl | 4 ++-- src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl | 4 ++-- src/mainboard/iei/kino-780am2-fam10/dsdt.asl | 4 ++-- src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl | 4 ++-- src/mainboard/jetway/pa78vm5/dsdt.asl | 4 ++-- src/mainboard/kontron/kt690/dsdt.asl | 4 ++-- src/mainboard/lenovo/g505s/acpi/sleep.asl | 4 ++-- src/mainboard/lippert/frontrunner-af/dsdt.asl | 4 ++-- src/mainboard/lippert/toucan-af/dsdt.asl | 4 ++-- src/mainboard/msi/ms7721/acpi/sleep.asl | 4 ++-- src/mainboard/pcengines/apu1/acpi/sleep.asl | 4 ++-- src/mainboard/siemens/sitemp_g1p1/acpi/event.asl | 4 ++-- src/mainboard/supermicro/h8qgi/dsdt.asl | 4 ++-- src/mainboard/supermicro/h8scm/dsdt.asl | 4 ++-- src/mainboard/supermicro/h8scm_fam10/dsdt.asl | 4 ++-- src/mainboard/technexion/tim5690/dsdt.asl | 4 ++-- src/mainboard/technexion/tim8690/dsdt.asl | 4 ++-- src/mainboard/tyan/s8226/dsdt.asl | 4 ++-- 57 files changed, 110 insertions(+), 110 deletions(-) diff --git a/src/mainboard/advansus/a785e-i/dsdt.asl b/src/mainboard/advansus/a785e-i/dsdt.asl index 37b9ae17a5..88d4f07b22 100644 --- a/src/mainboard/advansus/a785e-i/dsdt.asl +++ b/src/mainboard/advansus/a785e-i/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/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. */ diff --git a/src/mainboard/asrock/e350m1/acpi/sleep.asl b/src/mainboard/asrock/e350m1/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/asrock/e350m1/acpi/sleep.asl +++ b/src/mainboard/asrock/e350m1/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/asrock/imb-a180/acpi/sleep.asl b/src/mainboard/asrock/imb-a180/acpi/sleep.asl index dc3cc4964b..1225a62785 100644 --- a/src/mainboard/asrock/imb-a180/acpi/sleep.asl +++ b/src/mainboard/asrock/imb-a180/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/asus/f2a85-m/acpi/sleep.asl b/src/mainboard/asus/f2a85-m/acpi/sleep.asl index 1d553bd848..3250f5ef4e 100644 --- a/src/mainboard/asus/f2a85-m/acpi/sleep.asl +++ b/src/mainboard/asus/f2a85-m/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/asus/kcma-d8/acpi/pm_ctrl.asl b/src/mainboard/asus/kcma-d8/acpi/pm_ctrl.asl index 658d87788b..c2757fa248 100644 --- a/src/mainboard/asus/kcma-d8/acpi/pm_ctrl.asl +++ b/src/mainboard/asus/kcma-d8/acpi/pm_ctrl.asl @@ -276,7 +276,7 @@ Method(\_WAK, 1) { * -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 * the ACPI driver. This method cannot modify the configuration or power diff --git a/src/mainboard/asus/kfsn4-dre/acpi/pm_ctrl.asl b/src/mainboard/asus/kfsn4-dre/acpi/pm_ctrl.asl index 4cf8503687..0afb841435 100644 --- a/src/mainboard/asus/kfsn4-dre/acpi/pm_ctrl.asl +++ b/src/mainboard/asus/kfsn4-dre/acpi/pm_ctrl.asl @@ -159,7 +159,7 @@ * -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 * the ACPI driver. This method cannot modify the configuration or power diff --git a/src/mainboard/asus/kfsn4-dre_k8/acpi/pm_ctrl.asl b/src/mainboard/asus/kfsn4-dre_k8/acpi/pm_ctrl.asl index 4cf8503687..0afb841435 100644 --- a/src/mainboard/asus/kfsn4-dre_k8/acpi/pm_ctrl.asl +++ b/src/mainboard/asus/kfsn4-dre_k8/acpi/pm_ctrl.asl @@ -159,7 +159,7 @@ * -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 * the ACPI driver. This method cannot modify the configuration or power diff --git a/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl b/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl index 658d87788b..c2757fa248 100644 --- a/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl +++ b/src/mainboard/asus/kgpe-d16/acpi/pm_ctrl.asl @@ -276,7 +276,7 @@ Method(\_WAK, 1) { * -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 * the ACPI driver. This method cannot modify the configuration or power diff --git a/src/mainboard/asus/m4a78-em/dsdt.asl b/src/mainboard/asus/m4a78-em/dsdt.asl index 1a88d5bef6..7b1eddbe67 100644 --- a/src/mainboard/asus/m4a78-em/dsdt.asl +++ b/src/mainboard/asus/m4a78-em/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/asus/m4a785-m/dsdt.asl b/src/mainboard/asus/m4a785-m/dsdt.asl index 1a88d5bef6..7b1eddbe67 100644 --- a/src/mainboard/asus/m4a785-m/dsdt.asl +++ b/src/mainboard/asus/m4a785-m/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/asus/m4a785t-m/dsdt.asl b/src/mainboard/asus/m4a785t-m/dsdt.asl index 6adb8cabfa..21ffca3f80 100644 --- a/src/mainboard/asus/m4a785t-m/dsdt.asl +++ b/src/mainboard/asus/m4a785t-m/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/asus/m5a88-v/dsdt.asl b/src/mainboard/asus/m5a88-v/dsdt.asl index e1d517f370..7e4dc5adec 100644 --- a/src/mainboard/asus/m5a88-v/dsdt.asl +++ b/src/mainboard/asus/m5a88-v/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/avalue/eax-785e/dsdt.asl b/src/mainboard/avalue/eax-785e/dsdt.asl index 81504ef6ac..ce6f1c1d6e 100644 --- a/src/mainboard/avalue/eax-785e/dsdt.asl +++ b/src/mainboard/avalue/eax-785e/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/bap/ode_e20XX/acpi/sleep.asl b/src/mainboard/bap/ode_e20XX/acpi/sleep.asl index dc3cc4964b..1225a62785 100644 --- a/src/mainboard/bap/ode_e20XX/acpi/sleep.asl +++ b/src/mainboard/bap/ode_e20XX/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/biostar/am1ml/acpi/sleep.asl b/src/mainboard/biostar/am1ml/acpi/sleep.asl index dc3cc4964b..1225a62785 100644 --- a/src/mainboard/biostar/am1ml/acpi/sleep.asl +++ b/src/mainboard/biostar/am1ml/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/elmex/pcm205400/acpi/sleep.asl b/src/mainboard/elmex/pcm205400/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/elmex/pcm205400/acpi/sleep.asl +++ b/src/mainboard/elmex/pcm205400/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/gigabyte/ma785gm/dsdt.asl b/src/mainboard/gigabyte/ma785gm/dsdt.asl index 3c5357957b..950eeea383 100644 --- a/src/mainboard/gigabyte/ma785gm/dsdt.asl +++ b/src/mainboard/gigabyte/ma785gm/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/gigabyte/ma785gmt/dsdt.asl b/src/mainboard/gigabyte/ma785gmt/dsdt.asl index 3c5357957b..950eeea383 100644 --- a/src/mainboard/gigabyte/ma785gmt/dsdt.asl +++ b/src/mainboard/gigabyte/ma785gmt/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/gigabyte/ma78gm/dsdt.asl b/src/mainboard/gigabyte/ma78gm/dsdt.asl index 3c5357957b..950eeea383 100644 --- a/src/mainboard/gigabyte/ma78gm/dsdt.asl +++ b/src/mainboard/gigabyte/ma78gm/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/gizmosphere/gizmo/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl index bb68f7a3d4..edfb4f33ec 100644 --- a/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl +++ b/src/mainboard/gizmosphere/gizmo/acpi/sleep.asl @@ -27,9 +27,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/gizmosphere/gizmo2/acpi/sleep.asl b/src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl index dc3cc4964b..1225a62785 100644 --- a/src/mainboard/gizmosphere/gizmo2/acpi/sleep.asl +++ b/src/mainboard/gizmosphere/gizmo2/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/hp/abm/acpi/sleep.asl b/src/mainboard/hp/abm/acpi/sleep.asl index dc3cc4964b..1225a62785 100644 --- a/src/mainboard/hp/abm/acpi/sleep.asl +++ b/src/mainboard/hp/abm/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/hp/pavilion_m6_1035dx/acpi/sleep.asl b/src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl index d3a2ce2fa7..947a2f2d43 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/acpi/sleep.asl +++ b/src/mainboard/hp/pavilion_m6_1035dx/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/iei/kino-780am2-fam10/dsdt.asl b/src/mainboard/iei/kino-780am2-fam10/dsdt.asl index a8bb5da029..360ebb3a5b 100644 --- a/src/mainboard/iei/kino-780am2-fam10/dsdt.asl +++ b/src/mainboard/iei/kino-780am2-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/jetway/nf81-t56n-lf/acpi/sleep.asl b/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/jetway/nf81-t56n-lf/acpi/sleep.asl +++ b/src/mainboard/jetway/nf81-t56n-lf/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/jetway/pa78vm5/dsdt.asl b/src/mainboard/jetway/pa78vm5/dsdt.asl index dc401bbe42..fa952ec3dd 100644 --- a/src/mainboard/jetway/pa78vm5/dsdt.asl +++ b/src/mainboard/jetway/pa78vm5/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/kontron/kt690/dsdt.asl b/src/mainboard/kontron/kt690/dsdt.asl index 05b6855da1..910be7a2a1 100644 --- a/src/mainboard/kontron/kt690/dsdt.asl +++ b/src/mainboard/kontron/kt690/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/lenovo/g505s/acpi/sleep.asl b/src/mainboard/lenovo/g505s/acpi/sleep.asl index d3a2ce2fa7..947a2f2d43 100644 --- a/src/mainboard/lenovo/g505s/acpi/sleep.asl +++ b/src/mainboard/lenovo/g505s/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/lippert/frontrunner-af/dsdt.asl b/src/mainboard/lippert/frontrunner-af/dsdt.asl index 1106988d31..94612e62e9 100644 --- a/src/mainboard/lippert/frontrunner-af/dsdt.asl +++ b/src/mainboard/lippert/frontrunner-af/dsdt.asl @@ -825,9 +825,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/lippert/toucan-af/dsdt.asl b/src/mainboard/lippert/toucan-af/dsdt.asl index 72cb82145c..338ba5207a 100644 --- a/src/mainboard/lippert/toucan-af/dsdt.asl +++ b/src/mainboard/lippert/toucan-af/dsdt.asl @@ -825,9 +825,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/msi/ms7721/acpi/sleep.asl b/src/mainboard/msi/ms7721/acpi/sleep.asl index 1d553bd848..3250f5ef4e 100644 --- a/src/mainboard/msi/ms7721/acpi/sleep.asl +++ b/src/mainboard/msi/ms7721/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/pcengines/apu1/acpi/sleep.asl b/src/mainboard/pcengines/apu1/acpi/sleep.asl index b3fd07ef00..d7cf36570b 100644 --- a/src/mainboard/pcengines/apu1/acpi/sleep.asl +++ b/src/mainboard/pcengines/apu1/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/siemens/sitemp_g1p1/acpi/event.asl b/src/mainboard/siemens/sitemp_g1p1/acpi/event.asl index c2ac98cd65..b659c6cf5b 100644 --- a/src/mainboard/siemens/sitemp_g1p1/acpi/event.asl +++ b/src/mainboard/siemens/sitemp_g1p1/acpi/event.asl @@ -39,9 +39,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/supermicro/h8qgi/dsdt.asl b/src/mainboard/supermicro/h8qgi/dsdt.asl index 9106b83196..3b0e326a5c 100644 --- a/src/mainboard/supermicro/h8qgi/dsdt.asl +++ b/src/mainboard/supermicro/h8qgi/dsdt.asl @@ -869,9 +869,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/supermicro/h8scm/dsdt.asl b/src/mainboard/supermicro/h8scm/dsdt.asl index 0a8cbdda83..d1a926861e 100644 --- a/src/mainboard/supermicro/h8scm/dsdt.asl +++ b/src/mainboard/supermicro/h8scm/dsdt.asl @@ -869,9 +869,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/supermicro/h8scm_fam10/dsdt.asl b/src/mainboard/supermicro/h8scm_fam10/dsdt.asl index 5268be78fd..3dfb2dd740 100644 --- a/src/mainboard/supermicro/h8scm_fam10/dsdt.asl +++ b/src/mainboard/supermicro/h8scm_fam10/dsdt.asl @@ -854,9 +854,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/technexion/tim5690/dsdt.asl b/src/mainboard/technexion/tim5690/dsdt.asl index 14d0bfa8a7..2819db3abe 100644 --- a/src/mainboard/technexion/tim5690/dsdt.asl +++ b/src/mainboard/technexion/tim5690/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/technexion/tim8690/dsdt.asl b/src/mainboard/technexion/tim8690/dsdt.asl index e831750052..af5c9a6c59 100644 --- a/src/mainboard/technexion/tim8690/dsdt.asl +++ b/src/mainboard/technexion/tim8690/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/tyan/s8226/dsdt.asl b/src/mainboard/tyan/s8226/dsdt.asl index 56471e3509..6c26ab626f 100644 --- a/src/mainboard/tyan/s8226/dsdt.asl +++ b/src/mainboard/tyan/s8226/dsdt.asl @@ -869,9 +869,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. */ -- cgit v1.2.3