]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f8301ceec7d972828c04259c001c8c349303531
tree4c6a83072ac64ef63ad73574c3e1c0a683524163
parenta97529ae4578caded46c361cfbf23988d87680db
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