aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sched/sch_fq_codel.c
diff options
context:
space:
mode:
authorRob Gill <rrobgill@protonmail.com>2020-06-20 02:08:25 +0000
committerDavid S. Miller <davem@davemloft.net>2020-06-20 21:33:57 -0700
commit67c20de35a3cc2e2cd940f95ebd85ed0a765315a (patch)
tree003864b1a02e310bc13637ccd9dc2179e36e7688 /net/sched/sch_fq_codel.c
parentrxrpc: Fix notification call on completion of discarded calls (diff)
downloadwireguard-linux-67c20de35a3cc2e2cd940f95ebd85ed0a765315a.tar.xz
wireguard-linux-67c20de35a3cc2e2cd940f95ebd85ed0a765315a.zip
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>
Diffstat (limited to 'net/sched/sch_fq_codel.c')
-rw-r--r--net/sched/sch_fq_codel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/sch_fq_codel.c b/net/sched/sch_fq_codel.c
index 436160be9c18..459a784056c0 100644
--- a/net/sched/sch_fq_codel.c
+++ b/net/sched/sch_fq_codel.c
@@ -721,3 +721,4 @@ module_init(fq_codel_module_init)
module_exit(fq_codel_module_exit)
MODULE_AUTHOR("Eric Dumazet");
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Fair Queue CoDel discipline");