[PATCH 8/8] acpi: method: fix typo SWP --> SWS
IvanHu
ivan.hu at canonical.com
Thu Sep 27 17:11:36 UTC 2012
On 09/20/2012 01:53 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/acpi/method/method.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
> index 86b92ea..a460368 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -3226,7 +3226,7 @@ static fwts_framework_minor_test method_tests[] = {
> /* { method_test_S4_, "Check _S4_ (S4 System State)." }, */
> /* { method_test_S5_, "Check _S5_ (S5 System State)." }, */
> /* { method_test_S5_, "Check _S5_ (S5 System State)." }, */
> - /* { method_test_SWP, "Check _SWP (System Wake Source)." }, */
> + /* { method_test_SWS, "Check _SWS (System Wake Source)." }, */
>
> /* Section 8.4 Declaring Processors */
>
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list