From: Yang Yingliang <yangyingliang@huawei.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: <stephen@networkplumber.org>, <dborkman@redhat.com>,
<sergei.shtylyov@cogentembedded.com>
Subject: [PATCH net-next v4 0/2] net_sched: Fix some checkpatch errors and use pr_warn
Date: Fri, 8 Nov 2013 12:02:25 +0800 [thread overview]
Message-ID: <1383883347-9320-1-git-send-email-yangyingliang@huawei.com> (raw)
Fix some checkpatch errors and
replace pr_warning with pr_warn.
v1 -> v2:
- patch 1/2: return an assignment on seperate line
in tcf_hash_new_index() suggested by Stephen.
v2 -> v3:
- patch 1/2: don't remove global vars' initialization.
- patch 2/2: adjust pr_warn content make more comfortable.
v3 -> v4:
- patch 1/2: do correct indent.
- patch 2/2: do correct indent and recover pr_debug to printk.
Yang Yingliang (2):
net_sched: fix some checkpatch errors
net_sched: Use pr_warn replace pr_warning
net/sched/act_api.c | 3 ++-
net/sched/cls_bpf.c | 2 +-
net/sched/cls_u32.c | 2 +-
net/sched/sch_cbq.c | 7 ++++---
net/sched/sch_dsmark.c | 4 ++--
net/sched/sch_generic.c | 4 ++--
net/sched/sch_gred.c | 4 ++--
net/sched/sch_htb.c | 23 ++++++++++++-----------
net/sched/sch_netem.c | 2 +-
net/sched/sch_sfq.c | 10 ++++++----
10 files changed, 33 insertions(+), 28 deletions(-)
--
1.7.12
next reply other threads:[~2013-11-08 4:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-08 4:02 Yang Yingliang [this message]
2013-11-08 4:02 ` [PATCH net-next v4 1/2] net_sched: fix some checkpatch errors Yang Yingliang
2013-11-08 4:02 ` [PATCH net-next v4 2/2] net_sched: Use pr_warn replace pr_warning Yang Yingliang
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=1383883347-9320-1-git-send-email-yangyingliang@huawei.com \
--to=yangyingliang@huawei.com \
--cc=davem@davemloft.net \
--cc=dborkman@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=stephen@networkplumber.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox