bridge: minor cleanups
authorstephen hemminger <shemminger@vyatta.com>
Fri, 22 Jul 2011 07:47:10 +0000 (07:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Jul 2011 00:01:13 +0000 (17:01 -0700)
commit160d73b8455edb1a12967e207790b1a93a4cb0e1
treeadba1755432a81fd4d258ecdeb2207d94e36be03
parent4ecb961c8b474ebef5aff55f715c7875e69dd57b
bridge: minor cleanups

Some minor cleanups that won't impact code:
  1. Remove inline from non-critical functions; compiler will most
     likely inline them anyway.
  2. Make function args const where possible.
  3. Whitespace cleanup

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_private_stp.h
net/bridge/br_stp.c
net/bridge/br_stp_bpdu.c