On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov <[email protected]> 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 <[email protected]> > --- > lib/vsprintf.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

