net: Add MODULE_DESCRIPTION entries to network modules
authorRob Gill <rrobgill@protonmail.com>
Sat, 20 Jun 2020 02:08:25 +0000 (02:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2020 04:33:57 +0000 (21:33 -0700)
commit67c20de35a3cc2e2cd940f95ebd85ed0a765315a
tree003864b1a02e310bc13637ccd9dc2179e36e7688
parent0041cd5a50442db6e456b145892a0eaf2dff061f
net: Add MODULE_DESCRIPTION entries to network modules

The user tool modinfo is used to get information on kernel modules, including a
description where it is available.

This patch adds a brief MODULE_DESCRIPTION to the following modules:

9p
drop_monitor
esp4_offload
esp6_offload
fou
fou6
ila
sch_fq
sch_fq_codel
sch_hhf

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/9p/mod.c
net/core/drop_monitor.c
net/ipv4/esp4_offload.c
net/ipv4/fou.c
net/ipv6/esp6_offload.c
net/ipv6/fou6.c
net/ipv6/ila/ila_main.c
net/sched/sch_fq.c
net/sched/sch_fq_codel.c
net/sched/sch_hhf.c