commit | 21454aaad30651ba0dcc16fe5271bc12ee21f132 | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Fri Oct 31 00:54:56 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 31 00:54:56 2008 -0700 |
tree | eb525494d6f80a0e855840bc588ae1f422348b04 | |
parent | 14d5e834f6b36667c7da56374645f99b6cf30814 [diff] |
net: replace NIPQUAD() in net/*/ 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>