convert print_IPaddr() to %pI4
Now that our printf functions support the %pI4 modifier like the kernel,
let's drop the inflexible print_IPaddr() function and covert over to the
%pI4 modifier.
Signed-off-by:
Mike Frysinger <vapier@gentoo.org>
CC: Ben Warren <biggerbadderben@gmail.com>
Showing
- common/cmd_bdinfo.c 19 additions, 29 deletionscommon/cmd_bdinfo.c
- include/net.h 0 additions, 3 deletionsinclude/net.h
- net/bootp.c 5 additions, 13 deletionsnet/bootp.c
- net/net.c 1 addition, 12 deletionsnet/net.c
- net/nfs.c 4 additions, 6 deletionsnet/nfs.c
- net/tftp.c 4 additions, 6 deletionsnet/tftp.c
Loading
Please register or sign in to comment