net/atm/lec.c: Add __lec_arp_check_expire and other cleanups
authorJoe Perches <joe@perches.com>
Tue, 26 Jan 2010 11:40:19 +0000 (11:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Jan 2010 05:16:05 +0000 (21:16 -0800)
commitb4c84ec0fd9ec2297b796443051554d062007ba3
tree393f5c2976589a6c6771805ad326b4e5eb56dc74
parentb7d9371befd6fa3eb0ad9d574860095642bf70ed
net/atm/lec.c: Add __lec_arp_check_expire and other cleanups

Reduce indentation in lec_arp_check_expire
Indent a case label
Remove != NULL logical tests from while ((skb = foo())) assign and tests

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/atm/lec.c