diff mbox

[1/2] acpi: add table names in test description

Message ID 1436446416-25609-2-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung July 9, 2015, 12:53 p.m. UTC
This is to make ECDT, TCPA, WAET and XENV to match other tables

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/acpi/ecdt/ecdt.c | 2 +-
 src/acpi/tcpa/tcpa.c | 2 +-
 src/acpi/waet/waet.c | 2 +-
 src/acpi/xenv/xenv.c | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Comments

Ivan Hu July 14, 2015, 2:45 a.m. UTC | #1
On 2015年07月09日 20:53, Alex Hung wrote:
> This is to make ECDT, TCPA, WAET and XENV to match other tables
>
> Signed-off-by: Alex Hung <alex.hung@canonical.com>
> ---
>   src/acpi/ecdt/ecdt.c | 2 +-
>   src/acpi/tcpa/tcpa.c | 2 +-
>   src/acpi/waet/waet.c | 2 +-
>   src/acpi/xenv/xenv.c | 2 +-
>   4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/src/acpi/ecdt/ecdt.c b/src/acpi/ecdt/ecdt.c
> index 75df526..ba029be 100644
> --- a/src/acpi/ecdt/ecdt.c
> +++ b/src/acpi/ecdt/ecdt.c
> @@ -212,7 +212,7 @@ static fwts_framework_minor_test ecdt_tests[] = {
>   };
>   
>   static fwts_framework_ops ecdt_ops = {
> -	.description = "Embedded Controller Boot Resources Table test.",
> +	.description = "ECDT Embedded Controller Boot Resources Table test.",
>   	.init        = ecdt_init,
>   	.minor_tests = ecdt_tests
>   };
> diff --git a/src/acpi/tcpa/tcpa.c b/src/acpi/tcpa/tcpa.c
> index bc801f0..3e6385a 100644
> --- a/src/acpi/tcpa/tcpa.c
> +++ b/src/acpi/tcpa/tcpa.c
> @@ -220,7 +220,7 @@ static fwts_framework_minor_test tcpa_tests[] = {
>   };
>   
>   static fwts_framework_ops tcpa_ops = {
> -	.description = "Trusted Computing Platform Alliance Capabilities Table test.",
> +	.description = "TCPA Trusted Computing Platform Alliance Capabilities Table test.",
>   	.init        = tcpa_init,
>   	.minor_tests = tcpa_tests
>   };
> diff --git a/src/acpi/waet/waet.c b/src/acpi/waet/waet.c
> index d709de8..3c5ba46 100644
> --- a/src/acpi/waet/waet.c
> +++ b/src/acpi/waet/waet.c
> @@ -92,7 +92,7 @@ static fwts_framework_minor_test waet_tests[] = {
>   };
>   
>   static fwts_framework_ops waet_ops = {
> -	.description = "Windows ACPI Emulated Devices Table test.",
> +	.description = "WAET Windows ACPI Emulated Devices Table test.",
>   	.init        = waet_init,
>   	.minor_tests = waet_tests
>   };
> diff --git a/src/acpi/xenv/xenv.c b/src/acpi/xenv/xenv.c
> index db8379a..7a22234 100644
> --- a/src/acpi/xenv/xenv.c
> +++ b/src/acpi/xenv/xenv.c
> @@ -90,7 +90,7 @@ static fwts_framework_minor_test xenv_tests[] = {
>   };
>   
>   static fwts_framework_ops xenv_check_ops = {
> -	.description = "Xen Environment Table tests.",
> +	.description = "XENV Xen Environment Table tests.",
>   	.init        = xenv_init,
>   	.minor_tests = xenv_tests
>   };
Acked-by: Ivan Hu<ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/src/acpi/ecdt/ecdt.c b/src/acpi/ecdt/ecdt.c
index 75df526..ba029be 100644
--- a/src/acpi/ecdt/ecdt.c
+++ b/src/acpi/ecdt/ecdt.c
@@ -212,7 +212,7 @@  static fwts_framework_minor_test ecdt_tests[] = {
 };
 
 static fwts_framework_ops ecdt_ops = {
-	.description = "Embedded Controller Boot Resources Table test.",
+	.description = "ECDT Embedded Controller Boot Resources Table test.",
 	.init        = ecdt_init,
 	.minor_tests = ecdt_tests
 };
diff --git a/src/acpi/tcpa/tcpa.c b/src/acpi/tcpa/tcpa.c
index bc801f0..3e6385a 100644
--- a/src/acpi/tcpa/tcpa.c
+++ b/src/acpi/tcpa/tcpa.c
@@ -220,7 +220,7 @@  static fwts_framework_minor_test tcpa_tests[] = {
 };
 
 static fwts_framework_ops tcpa_ops = {
-	.description = "Trusted Computing Platform Alliance Capabilities Table test.",
+	.description = "TCPA Trusted Computing Platform Alliance Capabilities Table test.",
 	.init        = tcpa_init,
 	.minor_tests = tcpa_tests
 };
diff --git a/src/acpi/waet/waet.c b/src/acpi/waet/waet.c
index d709de8..3c5ba46 100644
--- a/src/acpi/waet/waet.c
+++ b/src/acpi/waet/waet.c
@@ -92,7 +92,7 @@  static fwts_framework_minor_test waet_tests[] = {
 };
 
 static fwts_framework_ops waet_ops = {
-	.description = "Windows ACPI Emulated Devices Table test.",
+	.description = "WAET Windows ACPI Emulated Devices Table test.",
 	.init        = waet_init,
 	.minor_tests = waet_tests
 };
diff --git a/src/acpi/xenv/xenv.c b/src/acpi/xenv/xenv.c
index db8379a..7a22234 100644
--- a/src/acpi/xenv/xenv.c
+++ b/src/acpi/xenv/xenv.c
@@ -90,7 +90,7 @@  static fwts_framework_minor_test xenv_tests[] = {
 };
 
 static fwts_framework_ops xenv_check_ops = {
-	.description = "Xen Environment Table tests.",
+	.description = "XENV Xen Environment Table tests.",
 	.init        = xenv_init,
 	.minor_tests = xenv_tests
 };