[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1383883347-9320-1-git-send-email-yangyingliang@huawei.com>
Date: Fri, 8 Nov 2013 12:02:25 +0800
From: Yang Yingliang <yangyingliang@...wei.com>
To: <davem@...emloft.net>, <netdev@...r.kernel.org>
CC: <stephen@...workplumber.org>, <dborkman@...hat.com>,
<sergei.shtylyov@...entembedded.com>
Subject: [PATCH net-next v4 0/2] net_sched: Fix some checkpatch errors and use pr_warn
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists