commit | deffd77759e3ceb936f0760cc54a213881577a83 | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Thu Sep 02 03:56:51 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 02 10:12:06 2010 -0700 |
tree | 33bb636f23abde623b4ef2ceb5d4ba89167bcea9 | |
parent | c07b68e841bd737e2ebeb57268d251c89ccc5010 [diff] |
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>