[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1383817918-5156-1-git-send-email-yangyingliang@huawei.com>
Date: Thu, 7 Nov 2013 17:51:56 +0800
From: Yang Yingliang <yangyingliang@...wei.com>
To: <davem@...emloft.net>, <netdev@...r.kernel.org>
CC: <jhs@...atatu.com>, <stephen@...workplumber.org>,
<dborkman@...hat.com>
Subject: [PATCH net-next v3 0/2] net_sched: Fix some checkpatch errors and use pr_*
Fix some checkpatch errors and
replace printk(KERN_DEBUG ...) with pr_debug.
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.
Yang Yingliang (2):
net_sched: fix some checkpatch errors
net_sched: Use pr_debug replace printk(KERN_DEBUG ...)
net/sched/act_api.c | 3 ++-
net/sched/cls_bpf.c | 2 +-
net/sched/cls_u32.c | 2 +-
net/sched/sch_cbq.c | 5 +++--
net/sched/sch_dsmark.c | 2 +-
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, 31 insertions(+), 26 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