All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] net_sched: clean up some chekpatch errors
@ 2013-12-10 12:55 Yang Yingliang
  2013-12-10 12:55 ` [PATCH net-next 1/6] net_sched: remove unnecessary parentheses while return Yang Yingliang
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Yang Yingliang @ 2013-12-10 12:55 UTC (permalink / raw)
  To: davem, netdev

Clean up some checkpatch errors in "net/sched/*"

Yang Yingliang (6):
  net_sched: remove unnecessary parentheses while return
  net_sched: cls_bpf: use tabs to do indent
  net_sched: change "foo* bar" to "foo *bar"
  net_sched: add space around '>' and before '('
  net_sched: sfq: put sfq_unlink in a do - while loop
  net_sched: make macro be enclosed in parenthesis

 net/sched/act_api.c     |  3 ++-
 net/sched/cls_bpf.c     |  2 +-
 net/sched/cls_u32.c     |  2 +-
 net/sched/em_meta.c     |  4 +++-
 net/sched/sch_cbq.c     |  3 ++-
 net/sched/sch_dsmark.c  |  2 +-
 net/sched/sch_generic.c |  4 ++--
 net/sched/sch_netem.c   |  2 +-
 net/sched/sch_sfq.c     | 10 ++++++----
 9 files changed, 19 insertions(+), 13 deletions(-)

-- 
1.8.0

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

end of thread, other threads:[~2013-12-11 17:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-10 12:55 [PATCH net-next 0/6] net_sched: clean up some chekpatch errors Yang Yingliang
2013-12-10 12:55 ` [PATCH net-next 1/6] net_sched: remove unnecessary parentheses while return Yang Yingliang
2013-12-11  3:46   ` David Miller
2013-12-10 12:55 ` [PATCH net-next 2/6] net_sched: cls_bpf: use tabs to do indent Yang Yingliang
2013-12-11  3:46   ` David Miller
2013-12-10 12:55 ` [PATCH net-next 3/6] net_sched: change "foo* bar" to "foo *bar" Yang Yingliang
2013-12-11  3:46   ` David Miller
2013-12-10 12:55 ` [PATCH net-next 4/6] net_sched: add space around '>' and before '(' Yang Yingliang
2013-12-11  3:46   ` David Miller
2013-12-10 12:55 ` [PATCH net-next 5/6] net_sched: sfq: put sfq_unlink in a do - while loop Yang Yingliang
2013-12-11  3:47   ` David Miller
2013-12-10 12:55 ` [PATCH net-next 6/6] net_sched: make macro be enclosed in parenthesis Yang Yingliang
2013-12-10 13:01   ` David Laight
2013-12-11  2:16     ` Yang Yingliang
2013-12-11  3:49   ` David Miller
2013-12-11  7:17     ` [PATCH net-next] net_sched: expand control flow of macro SKIP_NONLOCAL Yang Yingliang
2013-12-11 17:29       ` David Miller
2013-12-11 10:20     ` [PATCH net-next 6/6] net_sched: make macro be enclosed in parenthesis David Laight

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.