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>
This commit is contained in:

committed by
David S. Miller

parent
0041cd5a50
commit
67c20de35a
@@ -1075,3 +1075,4 @@ module_init(fq_module_init)
|
||||
module_exit(fq_module_exit)
|
||||
MODULE_AUTHOR("Eric Dumazet");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Fair Queue Packet Scheduler");
|
||||
|
@@ -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");
|
||||
|
@@ -721,3 +721,4 @@ module_exit(hhf_module_exit)
|
||||
MODULE_AUTHOR("Terry Lam");
|
||||
MODULE_AUTHOR("Nandita Dukkipati");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Heavy-Hitter Filter (HHF)");
|
||||
|
Reference in New Issue
Block a user