ACK: [PATCH] fwts-coreboot: remove blank line and fix a comment in a typo
Alex Hung
alex.hung at canonical.com
Sun Apr 11 20:54:15 UTC 2021
On 2021-04-11 7:24 a.m., Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Minor code clean up, no functional change
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/lib/src/fwts_coreboot.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/src/lib/src/fwts_coreboot.c b/src/lib/src/fwts_coreboot.c
> index 3d69ac8c..a54973cb 100644
> --- a/src/lib/src/fwts_coreboot.c
> +++ b/src/lib/src/fwts_coreboot.c
> @@ -29,7 +29,6 @@ fwts_list* fwts_coreboot_cbmem_log(void)
> char *console;
>
> console = fwts_coreboot_cbmem_console_dump();
> -
> if (!console)
> return NULL;
>
> @@ -44,7 +43,7 @@ fwts_list* fwts_coreboot_cbmem_log(void)
> fwts_list* fwts_coreboot_cbmem_log(void)
> {
> /*
> - * TODO: add arm plattform support
> + * TODO: add arm platform support
> */
> return NULL;
> }
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list