[PATCH 06/17] net: ipv6: Enable IPv6 typeconversion specifier
Simon Glass
sjg at chromium.org
Fri Sep 9 16:44:46 CEST 2022
On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov
<v.v.mitrofanov at yadro.com> wrote:
>
> Add the possibility to recognize IPv6 address in print function.
> To output IPv6 address use %pI6 specifier.
>
> Series-changes: 3
> - Substituted #if (...) for if (...) to get better readability
>
> Signed-off-by: Viacheslav Mitrofanov <v.v.mitrofanov at yadro.com>
> ---
> lib/vsprintf.c | 7 +------
> 1 file changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list