[PATCH 1/2] acpi: add table names in test description
Alex Hung
alex.hung at canonical.com
Thu Jul 9 12:53:35 UTC 2015
This is to make ECDT, TCPA, WAET and XENV to match other tables
Signed-off-by: Alex Hung <alex.hung at 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
};
--
2.1.4
More information about the fwts-devel
mailing list