ACK: [PATCH 10/13] lib: fwts_multiproc: remove whitespace

Alex Hung alex.hung at canonical.com
Tue Aug 14 19:15:56 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_multiproc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lib/src/fwts_multiproc.c b/src/lib/src/fwts_multiproc.c
> index a6fd8ea9..3f027a1c 100644
> --- a/src/lib/src/fwts_multiproc.c
> +++ b/src/lib/src/fwts_multiproc.c
> @@ -133,7 +133,7 @@ int fwts_mp_data_get(fwts_mp_data *data)
>   
>   	/* Remap with full header and table now we know how big it is */
>   	(void)fwts_munmap(mem, sizeof(fwts_mp_config_table_header));
> -	mem =  fwts_mmap((off_t)phys_addr, data->size);
> +	mem = fwts_mmap((off_t)phys_addr, data->size);
>   	if (mem == FWTS_MAP_FAILED)
>   		return FWTS_ERROR;
>   
> 

Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list