From patchwork Wed Sep 19 17:53:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [8/8] acpi: method: fix typo SWP --> SWS From: Colin King X-Patchwork-Id: 185120 Message-Id: <1348077237-3143-9-git-send-email-colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Date: Wed, 19 Sep 2012 18:53:57 +0100 From: Colin Ian King Signed-off-by: Colin Ian King Acked-by: Keng-Yu Lin Acked-by: Ivan Hu --- 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 */