]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf5a371d8f16cba12ce7e2262455f58154c8063b2
tree33bb636f23abde623b4ef2ceb5d4ba89167bcea9
parent7434e3d185ad8d911cef3955fa4a32cb2e40b237
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