Re: [PATCH - net-2.6.24 1/2] Introduce and use print_ip

2007-09-20 Thread Thomas Graf
* Joe Perches <[EMAIL PROTECTED]> 2007-09-19 23:53 > This removes the uses of NIPQUAD and HIPQUAD in > drivers/net and net > > IPV4 Use: > > DECLARE_IP_BUF(ipbuf); > __be32 addr; > print_ip(ipbuf, addr) > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > please pull from:

[PATCH - net-2.6.24 1/2] Introduce and use print_ip

2007-09-19 Thread Joe Perches
This removes the uses of NIPQUAD and HIPQUAD in drivers/net and net IPV4 Use: DECLARE_IP_BUF(ipbuf); __be32 addr; print_ip(ipbuf, addr) Signed-off-by: Joe Perches <[EMAIL PROTECTED]> please pull from: git pull http://repo.or.cz/r/linux-2.6/trivial-mods.git print_ipv4 s