commit | 160d73b8455edb1a12967e207790b1a93a4cb0e1 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Fri Jul 22 07:47:10 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 22 17:01:13 2011 -0700 |
tree | adba1755432a81fd4d258ecdeb2207d94e36be03 | |
parent | 4ecb961c8b474ebef5aff55f715c7875e69dd57b [diff] |
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>