netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: sched: Fill in missing MODULE_DESCRIPTIONs for net/sched
@ 2023-10-27 15:50 Victor Nogueira
  2023-10-27 15:50 ` [PATCH net-next 1/3] net: sched: Fill in MODULE_DESCRIPTION for act_gate Victor Nogueira
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Victor Nogueira @ 2023-10-27 15:50 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, jhs, xiyou.wangcong, jiri,
	vinicius.gomes, stephen
  Cc: netdev, kernel

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().

Fill in the missing MODULE_DESCRIPTIONs for net/sched

Victor Nogueira (3):
  net: sched: Fill in MODULE_DESCRIPTION for act_gate
  net: sched: Fill in missing MODULE_DESCRIPTION for classifiers
  net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs

 net/sched/act_gate.c       | 1 +
 net/sched/cls_basic.c      | 1 +
 net/sched/cls_cgroup.c     | 1 +
 net/sched/cls_fw.c         | 1 +
 net/sched/cls_route.c      | 1 +
 net/sched/cls_u32.c        | 1 +
 net/sched/sch_cbs.c        | 1 +
 net/sched/sch_choke.c      | 1 +
 net/sched/sch_drr.c        | 1 +
 net/sched/sch_etf.c        | 1 +
 net/sched/sch_ets.c        | 1 +
 net/sched/sch_fifo.c       | 1 +
 net/sched/sch_gred.c       | 1 +
 net/sched/sch_hfsc.c       | 1 +
 net/sched/sch_htb.c        | 1 +
 net/sched/sch_ingress.c    | 1 +
 net/sched/sch_mqprio.c     | 1 +
 net/sched/sch_mqprio_lib.c | 1 +
 net/sched/sch_multiq.c     | 1 +
 net/sched/sch_netem.c      | 1 +
 net/sched/sch_plug.c       | 1 +
 net/sched/sch_prio.c       | 1 +
 net/sched/sch_qfq.c        | 1 +
 net/sched/sch_red.c        | 1 +
 net/sched/sch_sfq.c        | 1 +
 net/sched/sch_skbprio.c    | 1 +
 net/sched/sch_taprio.c     | 1 +
 net/sched/sch_tbf.c        | 1 +
 net/sched/sch_teql.c       | 1 +
 29 files changed, 29 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2023-11-02  5:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-27 15:50 [PATCH net-next 0/3] net: sched: Fill in missing MODULE_DESCRIPTIONs for net/sched Victor Nogueira
2023-10-27 15:50 ` [PATCH net-next 1/3] net: sched: Fill in MODULE_DESCRIPTION for act_gate Victor Nogueira
2023-10-27 15:50 ` [PATCH net-next 2/3] net: sched: Fill in missing MODULE_DESCRIPTION for classifiers Victor Nogueira
2023-10-27 15:50 ` [PATCH net-next 3/3] net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs Victor Nogueira
2023-10-27 19:42 ` [PATCH net-next 0/3] net: sched: Fill in missing MODULE_DESCRIPTIONs for net/sched Vinicius Costa Gomes
2023-11-02  5:10 ` patchwork-bot+netdevbpf

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).