
9 Sep
2022
9 Sep
'22
4:44 p.m.
On Thu, 8 Sept 2022 at 05:59, Viacheslav Mitrofanov v.v.mitrofanov@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@yadro.com
lib/vsprintf.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org