ACK: [PATCH] lib: acpi: fix a typo in fwts_acpi.h
Colin Ian King
colin.king at canonical.com
Tue Jul 26 06:17:55 UTC 2016
On 26/07/16 07:01, Alex Hung wrote:
> 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
>
Nice find.
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list