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

ivanhu ivan.hu at canonical.com
Wed Dec 16 03:45:36 UTC 2020



On 12/16/20 7:23 AM, 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)
> 


Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list