ACK: [PATCH 10/13] lib: fwts_multiproc: remove whitespace
ivanhu
ivan.hu at canonical.com
Thu Aug 16 09:05:38 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_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: Ivan Hu <ivan.hu at canonical.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/fwts-devel/attachments/20180816/b63e3434/attachment-0001.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/b63e3434/attachment-0001.sig>
More information about the fwts-devel
mailing list