ACK: [PATCH 11/13] lib: fwts_olog: minor code style change on FILE pointers
ivanhu
ivan.hu at canonical.com
Thu Aug 16 09:06:03 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_olog.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/lib/src/fwts_olog.c b/src/lib/src/fwts_olog.c
> index e350ac47..d5b0b3f2 100644
> --- a/src/lib/src/fwts_olog.c
> +++ b/src/lib/src/fwts_olog.c
> @@ -54,8 +54,8 @@ fwts_list *fwts_olog_read(fwts_framework *fw)
> long len;
> size_t read_actual = 0;
> size_t write_actual = 0;
> - FILE* msglog_f;
> - FILE* msglog_outfile_f;
> + FILE *msglog_f;
> + FILE *msglog_outfile_f;
>
> /*
> * Special file handling to sequentially fread the sysfs msglog into
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/f8a584ad/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/f8a584ad/attachment.sig>
More information about the fwts-devel
mailing list