diff mbox

lib: acpi: fix a typo in fwts_acpi.h

Message ID 1469512871-28793-1-git-send-email-alex.hung@canonical.com
State Accepted
Headers show

Commit Message

Alex Hung July 26, 2016, 6:01 a.m. UTC
Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 src/lib/include/fwts_acpi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Colin Ian King July 26, 2016, 6:17 a.m. UTC | #1
On 26/07/16 07:01, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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
> 
Nice find.

Acked-by: Colin Ian King <colin.king@canonical.com>
Ivan Hu July 27, 2016, 1:50 a.m. UTC | #2
On 2016年07月26日 14:01, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung@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
>

Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

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