[PATCH] acpi: method: fix incorrect comment in _CPC test

Keng-Yu Lin keng-yu.lin at canonical.com
Wed Aug 27 09:49:35 UTC 2014


On Wed, Aug 27, 2014 at 5:13 PM, Alex Hung <alex.hung at canonical.com> wrote:
> Signed-off-by: Alex Hung <alex.hung 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 a98cd9e..d8ca152 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -2400,7 +2400,7 @@ static void method_test_CPC_return(
>         if (method_check_type(fw, name, buf, ACPI_TYPE_PACKAGE) != FWTS_OK)
>                 return;
>
> -       /* Something is really wrong if we don't have any elements in _PCT */
> +       /* Something is really wrong if we don't have any elements in _CPC */
>         if (method_package_count_equal(fw, name, "_CPC", obj, 17) != FWTS_OK)
>                 return;
>
> --
> 1.9.1
>

Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list