ACK: [PATCH] acpi: method: Change "Check" to "Test", (LP: #1246650)
IvanHu
ivan.hu at canonical.com
Mon Nov 18 03:55:04 UTC 2013
On 11/15/2013 01:23 AM, Colin King 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! */
>
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list