ACK: [PATCH 11/13] lib: fwts_olog: minor code style change on FILE pointers

Alex Hung alex.hung at canonical.com
Tue Aug 14 19:16:05 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_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: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list