net: replace NIPQUAD() in net/ipv4/netfilter/
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 31 Oct 2008 07:53:08 +0000 (00:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Oct 2008 07:53:08 +0000 (00:53 -0700)
commitcffee385d7f367e80b288abf4261256477f7760e
treeac4655a3883910236effe70b6169f70a5b804182
parent77be155cba4e163e8bba9fd27222a8b6189ec4f7
net: replace NIPQUAD() in net/ipv4/netfilter/

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>
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv4/netfilter/ipt_CLUSTERIP.c
net/ipv4/netfilter/ipt_LOG.c
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c
net/ipv4/netfilter/nf_nat_h323.c
net/ipv4/netfilter/nf_nat_irc.c
net/ipv4/netfilter/nf_nat_rule.c
net/ipv4/netfilter/nf_nat_sip.c
net/ipv4/netfilter/nf_nat_snmp_basic.c