commit | 673d57e72398edfedc93fb50ff58048077c9d587 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Oct 31 00:53:57 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 31 00:53:57 2008 -0700 |
tree | 4c6a83072ac64ef63ad73574c3e1c0a683524163 | |
parent | cffee385d7f367e80b288abf4261256477f7760e [diff] |
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>