[PATCH] acpi: method: Change "Check" to "Test", (LP: #1246650)

Keng-Yu Lin kengyu at canonical.com
Fri Nov 15 06:00:57 UTC 2013


On Fri, Nov 15, 2013 at 1:23 AM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Commit 34b3ca782b079e1a7f760f9266d71e9584db1b45 added the _CBA test
> and the "Check" phrase.  As per LP: #1246650 we should rename this
> to "Test".
>
> 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 1a4f875..826834d 100644
> --- a/src/acpi/method/method.c
> +++ b/src/acpi/method/method.c
> @@ -5125,7 +5125,7 @@ static fwts_framework_minor_test method_tests[] = {
>         { method_test_VPO, "Test _VPO (Video POST Options)." },
>
>         /* From PCI Specification */
> -       { method_test_CBA, "Check _CBA (Configuration Base Address)." },
> +       { method_test_CBA, "Test _CBA (Configuration Base Address)." },
>
>         /* End! */
>
> --
> 1.8.3.2
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list