ACK: [PATCH 13/13] lib: fwts_scan_efi_systab: add empty line to match fwts coding style
ivanhu
ivan.hu at canonical.com
Thu Aug 16 09:06:52 UTC 2018
On 08/14/2018 07:24 PM, 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: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180816/c7926e91/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180816/c7926e91/attachment.sig>
More information about the fwts-devel
mailing list