On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov <v.v.mitrofa...@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.mitrofa...@yadro.com> > --- > lib/vsprintf.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>