On Thu, 19 Dec 2013 13:28:09 +0800 Tan Xiaojun <tanxiaojun@xxxxxxxxxx> wrote: > Clean up and fix some checkpatch errors in bridge driver. > > Tan Xiaojun (5): > bridge: remove unnecessary condition judgment > bridge: remove unnecessary parentheses > bridge: add space before '(/{', after ',', etc. > bridge: change "foo* bar" to "foo *bar" > bridge: change the position of '{' to the pre line > > net/bridge/br_fdb.c | 3 +-- > net/bridge/br_forward.c | 4 ++-- > net/bridge/br_ioctl.c | 2 +- > net/bridge/br_netfilter.c | 2 +- > net/bridge/br_netlink.c | 3 +-- > net/bridge/br_private.h | 2 +- > net/bridge/br_stp_timer.c | 2 +- > net/bridge/br_sysfs_if.c | 20 ++++++++++---------- > net/bridge/netfilter/ebt_log.c | 2 +- > net/bridge/netfilter/ebt_snat.c | 2 +- > net/bridge/netfilter/ebtable_broute.c | 6 ++---- > net/bridge/netfilter/ebtable_filter.c | 9 +++------ > net/bridge/netfilter/ebtable_nat.c | 9 +++------ > net/bridge/netfilter/ebtables.c | 17 ++++++++--------- > 14 files changed, 36 insertions(+), 47 deletions(-) > Thanks, these should go to net-next. Acked-by: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>