All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: Tan Xiaojun <tanxiaojun@huawei.com>
Cc: bridge@lists.linux-foundation.org, bart.de.schuymer@pandora.be,
	davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [Bridge] [PATCH 0/5] bridge: cleanup and fix checkpatch errors
Date: Thu, 19 Dec 2013 10:41:12 -0800	[thread overview]
Message-ID: <20131219104112.3fcdbf8a@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1387430894-11220-1-git-send-email-tanxiaojun@huawei.com>

On Thu, 19 Dec 2013 13:28:09 +0800
Tan Xiaojun <tanxiaojun@huawei.com> 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@networkplumber.org>

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Hemminger <stephen@networkplumber.org>
To: Tan Xiaojun <tanxiaojun@huawei.com>
Cc: bridge@lists.linux-foundation.org, bart.de.schuymer@pandora.be,
	davem@davemloft.net, netdev@vger.kernel.org
Subject: Re: [PATCH 0/5] bridge: cleanup and fix checkpatch errors
Date: Thu, 19 Dec 2013 10:41:12 -0800	[thread overview]
Message-ID: <20131219104112.3fcdbf8a@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <1387430894-11220-1-git-send-email-tanxiaojun@huawei.com>

On Thu, 19 Dec 2013 13:28:09 +0800
Tan Xiaojun <tanxiaojun@huawei.com> 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@networkplumber.org>

  parent reply	other threads:[~2013-12-19 18:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-19  5:28 [Bridge] [PATCH 0/5] bridge: cleanup and fix checkpatch errors Tan Xiaojun
2013-12-19  5:28 ` Tan Xiaojun
2013-12-19  5:28 ` [Bridge] [PATCH 1/5] bridge: remove unnecessary condition judgment Tan Xiaojun
2013-12-19  5:28   ` Tan Xiaojun
2013-12-19  5:28 ` [Bridge] [PATCH 2/5] bridge: remove unnecessary parentheses Tan Xiaojun
2013-12-19  5:28   ` Tan Xiaojun
2013-12-19  5:28 ` [Bridge] [PATCH 3/5] bridge: add space before '(/{', after ', ', etc Tan Xiaojun
2013-12-19  5:28   ` [PATCH 3/5] bridge: add space before '(/{', after ',', etc Tan Xiaojun
2013-12-19  5:28 ` [Bridge] [PATCH 4/5] bridge: change "foo* bar" to "foo *bar" Tan Xiaojun
2013-12-19  5:28   ` Tan Xiaojun
2013-12-19  5:28 ` [Bridge] [PATCH 5/5] bridge: change the position of '{' to the pre line Tan Xiaojun
2013-12-19  5:28   ` Tan Xiaojun
2013-12-19  6:59 ` [Bridge] [PATCH 0/5] bridge: cleanup and fix checkpatch errors Tan Xiaojun
2013-12-19  6:59   ` Tan Xiaojun
2013-12-19 18:41 ` Stephen Hemminger [this message]
2013-12-19 18:41   ` Stephen Hemminger
2013-12-20  0:28   ` [Bridge] " David Miller
2013-12-20  0:28     ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131219104112.3fcdbf8a@nehalam.linuxnetplumber.net \
    --to=stephen@networkplumber.org \
    --cc=bart.de.schuymer@pandora.be \
    --cc=bridge@lists.linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=tanxiaojun@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.