[ARP]: Minus one level of indentation in arp_req_set
authorPavel Emelyanov <xemul@openvz.org>
Thu, 6 Dec 2007 05:19:44 +0000 (21:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:37 +0000 (14:56 -0800)
commit43dc1701172b7f73c495dea6c165c73ab8934f76
treed5b649c6aa299ced306b8ae7f24fdf8032db2da6
parent1ff1cc202e9a7dbd9f54d1bce5adb44283497185
[ARP]: Minus one level of indentation in arp_req_set

The ATF_PUBL requests are handled completely separate from
the others. Emphasize it with a separate function. This also
reduces the indentation level.

The same issue exists with the arp_delete_request, but
when I tried to make it in one patch diff produced completely
unreadable patch. So I split it into two, but they may be
done with one commit.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/arp.c