mbox series

[net-next,0/3] net: sched: Fill in missing MODULE_DESCRIPTIONs for net/sched

Message ID 20231027155045.46291-1-victor@mojatatu.com (mailing list archive)
Headers show
Series net: sched: Fill in missing MODULE_DESCRIPTIONs for net/sched | expand

Message

Victor Nogueira Oct. 27, 2023, 3:50 p.m. UTC
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(+)

Comments

Vinicius Costa Gomes Oct. 27, 2023, 7:42 p.m. UTC | #1
Victor Nogueira <victor@mojatatu.com> writes:

> 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

The most optional of comments: missing "missing", just for consistency
with the rest of the series. Totally fine to ignore.

Reviewed-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>


Cheers,
patchwork-bot+netdevbpf@kernel.org Nov. 2, 2023, 5:10 a.m. UTC | #2
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri, 27 Oct 2023 08:50:42 -0700 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: sched: Fill in MODULE_DESCRIPTION for act_gate
    https://git.kernel.org/netdev/net/c/49b02a19c23a
  - [net-next,2/3] net: sched: Fill in missing MODULE_DESCRIPTION for classifiers
    https://git.kernel.org/netdev/net/c/a9c92771fa23
  - [net-next,3/3] net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs
    https://git.kernel.org/netdev/net/c/f96118c5d86f

You are awesome, thank you!