]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9831c33d2ba0cb65c69b889cbff739559dc49853
treeadba1755432a81fd4d258ecdeb2207d94e36be03
parentd5b595dbeeeb00ca87c0c4c7135ee5794c303cd5
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