[PATCH 1/2] acpi: fadt: clarify comments of FACS and HW-reduced mode
Alex Hung
alex.hung at canonical.com
Fri Aug 13 17:02:28 UTC 2021
Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
src/acpi/fadt/fadt.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/acpi/fadt/fadt.c b/src/acpi/fadt/fadt.c
index 0677a690..acf767e5 100644
--- a/src/acpi/fadt/fadt.c
+++ b/src/acpi/fadt/fadt.c
@@ -76,9 +76,8 @@ static int fadt_init(fwts_framework *fw)
}
/*
- * Some tests require data from the FACS, also, which is
- * required (5.2.10) is we are not in reduced hardware
- * mode
+ * Some tests require data from the FACS (5.2.10), which
+ * requires that we are not in hardware-reduced mode
*/
if (!fwts_acpi_is_reduced_hardware(fw)) {
if (fwts_acpi_find_table(fw, "FACS", 0, &table) != FWTS_OK) {
--
2.32.0
More information about the fwts-devel
mailing list