ACK: [PATCH] bios: smm: fix indentation
Colin Ian King
colin.king at canonical.com
Tue Aug 24 13:23:16 UTC 2021
On 23/08/2021 22:24, Alex Hung wrote:
> Also remove incorrect claims in license header.
>
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/bios/smm/smm.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/src/bios/smm/smm.c b/src/bios/smm/smm.c
> index 990c7bd4..24ca126e 100644
> --- a/src/bios/smm/smm.c
> +++ b/src/bios/smm/smm.c
> @@ -1,8 +1,6 @@
> /*
> * Copyright (C) 2021 Canonical
> *
> - * This code was originally part of the Linux-ready Firmware Developer Kit
> - *
> * This program is free software; you can redistribute it and/or
> * modify it under the terms of the GNU General Public License
> * as published by the Free Software Foundation; either version 2
> @@ -28,10 +26,10 @@
>
> #define FWTS_INTEL_HOST_PATH "/sys/bus/pci/devices/0000:00:00.0/config"
>
> -#define FWTS_GGC 0x50
> +#define FWTS_GGC 0x50
> #define FWTS_TSEGMB 0xB8
> #define FWTS_TOLUD 0xBC
> -#define FWTS_LOCK_FIELD 0x01
> +#define FWTS_LOCK_FIELD 0x01
>
> static int smm_init(fwts_framework *fw)
> {
>
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list