Re: [PATCH 2/7] net: replace NIPQUAD() in net/ipv4/ net/ipv6/
From: David Miller <davem@davemloft.net>
Date: 2008-10-31 07:54:33
From: David Miller <davem@davemloft.net>
Date: 2008-10-31 07:54:33
From: Harvey Harrison <redacted> Date: Thu, 30 Oct 2008 17:13:44 -0700
Using NIPQUAD() with NIPQUAD_FMT, %d.%d.%d.%d or %u.%u.%u.%u can be replaced with %pI4 Signed-off-by: Harvey Harrison <redacted>
Applied.