net: arp: code cleanup
authorChangli Gao <xiaosuo@gmail.com>
Thu, 2 Sep 2010 03:56:51 +0000 (03:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Sep 2010 17:12:06 +0000 (10:12 -0700)
commitdeffd77759e3ceb936f0760cc54a213881577a83
tree33bb636f23abde623b4ef2ceb5d4ba89167bcea9
parentc07b68e841bd737e2ebeb57268d251c89ccc5010
net: arp: code cleanup

Clean the code up according to Documentation/CodingStyle.

Don't initialize the variable dont_send in arp_process().

Remove the temporary varialbe flags in arp_state_to_flags().

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/arp.c