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