]> 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)
commit481856e65d5fc2472dea599b89cc3aa9d97ee675
treeadba1755432a81fd4d258ecdeb2207d94e36be03
parentabef43bbcb9a463f14f874f8ab9c6cdec4c1553b
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