ACK: [PATCH 13/13] lib: fwts_scan_efi_systab: add empty line to match fwts coding style

Alex Hung alex.hung at canonical.com
Tue Aug 14 19:16:24 UTC 2018


On 2018-08-14 04:24 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> No functional change.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   src/lib/src/fwts_scan_efi_systab.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/src/lib/src/fwts_scan_efi_systab.c b/src/lib/src/fwts_scan_efi_systab.c
> index 87143787..1bbdc062 100644
> --- a/src/lib/src/fwts_scan_efi_systab.c
> +++ b/src/lib/src/fwts_scan_efi_systab.c
> @@ -41,6 +41,7 @@ void *fwts_scan_efi_systab(const char *name)
>   	fwts_list_foreach(item, systab) {
>   		char *str = fwts_list_data(char *, item);
>   		char *s_ptr = strstr(str, name);
> +
>   		if (s_ptr) {
>   			char *ptr = strstr(str, "=");
>   			if (ptr) {
> 


Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list