netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] net_sched: Fix some checkpatch errors and use pr_*
@ 2013-11-07  9:51 Yang Yingliang
  2013-11-07  9:51 ` [PATCH net-next v3 1/2] net_sched: fix some checkpatch errors Yang Yingliang
  2013-11-07  9:51 ` [PATCH net-next v3 2/2] net_sched: Use pr_debug replace printk(KERN_DEBUG ...) Yang Yingliang
  0 siblings, 2 replies; 5+ messages in thread
From: Yang Yingliang @ 2013-11-07  9:51 UTC (permalink / raw)
  To: davem, netdev; +Cc: jhs, stephen, dborkman

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-11-08  1:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  9:51 [PATCH net-next v3 0/2] net_sched: Fix some checkpatch errors and use pr_* Yang Yingliang
2013-11-07  9:51 ` [PATCH net-next v3 1/2] net_sched: fix some checkpatch errors Yang Yingliang
2013-11-08  0:19   ` David Miller
2013-11-08  1:53     ` Yang Yingliang
2013-11-07  9:51 ` [PATCH net-next v3 2/2] net_sched: Use pr_debug replace printk(KERN_DEBUG ...) Yang Yingliang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).