net: replace NIPQUAD() in net/ipv4/ net/ipv6/
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 31 Oct 2008 07:53:57 +0000 (00:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Oct 2008 07:53:57 +0000 (00:53 -0700)
commit673d57e72398edfedc93fb50ff58048077c9d587
tree4c6a83072ac64ef63ad73574c3e1c0a683524163
parentcffee385d7f367e80b288abf4261256477f7760e
net: replace NIPQUAD() in net/ipv4/ net/ipv6/

Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u
can be replaced with %pI4

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
15 files changed:
net/ipv4/af_inet.c
net/ipv4/arp.c
net/ipv4/fib_trie.c
net/ipv4/icmp.c
net/ipv4/ip_fragment.c
net/ipv4/ip_input.c
net/ipv4/ipcomp.c
net/ipv4/ipconfig.c
net/ipv4/route.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_probe.c
net/ipv4/tcp_timer.c
net/ipv4/udp.c
net/ipv6/netfilter/ip6t_LOG.c