[PATCH] lib: acpi: fix a typo in fwts_acpi.h

Alex Hung alex.hung at canonical.com
Tue Jul 26 06:01:11 UTC 2016


Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/lib/include/fwts_acpi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h
index 20b8251..b675f4f 100644
--- a/src/lib/include/fwts_acpi.h
+++ b/src/lib/include/fwts_acpi.h
@@ -205,7 +205,7 @@ typedef enum {
 	FWTS_BOOT_REGISTER_DIAG		= 0x04,
 	FWTS_BOOT_REGISTER_SUPPRESS_BOOT_DISPLAY = 0x08,
 	FWTS_BOOT_REGISTER_PARITY	= 0x80
-} ftws_acpi_cmos_boot_register;
+} fwts_acpi_cmos_boot_register;
 
 /*
  * ACPI FACS (Firmware ACPI Control Structure), 5.2.10
-- 
2.7.4




More information about the fwts-devel mailing list