[PATCH] acpi: method: move commented _CWS to correct section Signed-off-by: Alex Hung <alex.hung at canonical.com>
Alex Hung
alex.hung at canonical.com
Mon Nov 25 08:28:41 UTC 2013
On 11/20/2013 05:07 PM, Colin Ian King wrote:
> On 20/11/13 08:47, Alex Hung wrote:
>> ---
>> 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 f944717..30f9819 100644
>> --- a/src/acpi/method/method.c
>> +++ b/src/acpi/method/method.c
>> @@ -5006,7 +5006,6 @@ static fwts_framework_minor_test method_tests[] = {
>> /* Section 8.5 Processor Aggregator Device */
>>
>> /* Section 9.1 System Indicators */
>> - /* { method_test_CWS, "Test _CWS (Clear Wake Status)." }, */
>> { method_test_MSG, "Test _MSG (Message)." },
>> /* { method_test_PUR, "Test _PUR (Processor Utilization Request)." }, */
>> /* { method_test_SST, "Test _SST (System Status)." }, */
>> @@ -5055,6 +5054,7 @@ static fwts_framework_minor_test method_tests[] = {
>> { method_test_GCP, "Test _GCP (Get Capabilities)." },
>> { method_test_GRT, "Test _GRT (Get Real Time)." },
>> { method_test_GWS, "Test _GWS (Get Wake Status)." },
>> + /* { method_test_CWS, "Test _CWS (Clear Wake Status)." }, */
>> /* { method_test_SRT, "Test _SRT (Set Real Time)." }, */
>> { method_test_STP, "Test _STP (Set Expired Timer Wake Policy)." },
>> { method_test_STV, "Test _STV (Set Timer Value)." },
>>
>
> Somehow the signed-off-by is in the patch title.
>
> Colin
>
Thanks for spotting it. I will resend the patch.
More information about the fwts-devel
mailing list