ACK: [PATCH] lib: fix a function name typo in comment

Colin Ian King colin.king at canonical.com
Wed Dec 16 00:10:25 UTC 2020


On 15/12/2020 23:23, Alex Hung wrote:
> There are no functional changes.
> 
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
>  src/lib/src/fwts_fileio.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lib/src/fwts_fileio.c b/src/lib/src/fwts_fileio.c
> index 6e7399ba..1dcfbe96 100644
> --- a/src/lib/src/fwts_fileio.c
> +++ b/src/lib/src/fwts_fileio.c
> @@ -45,7 +45,7 @@ fwts_list *fwts_file_read(FILE *fp)
>  }
>  
>  /*
> - *  fwts_file_read()
> + *  fwts_file_open_and_read()
>   *	open and read file and return contents as a list of lines
>   */
>  fwts_list* fwts_file_open_and_read(const char *file)
> 

Thanks Alex.

Acked-by: Colin Ian King <colin.king at canonical.com>



More information about the fwts-devel mailing list