summaryrefslogtreecommitdiffstats
path: root/net/atm/common.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-01-04 15:37:37 +0100
committerJakub Kicinski <kuba@kernel.org>2024-01-05 17:04:23 +0100
commitfc0caed81bca733af1cebf62a3c16f55c81e937c (patch)
treed5eaee2bf8c471782308518de43ee8567ff3d0c4 /net/atm/common.c
parentMerge branch 'dpll-expose-fractional-frequency-offset-value-to-user' (diff)
downloadlinux-fc0caed81bca733af1cebf62a3c16f55c81e937c.tar.xz
linux-fc0caed81bca733af1cebf62a3c16f55c81e937c.zip
net: fill in MODULE_DESCRIPTION()s for ATM
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to all the ATM modules and drivers. Link: https://lore.kernel.org/r/20240104143737.1317945-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/atm/common.c')
-rw-r--r--net/atm/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/atm/common.c b/net/atm/common.c
index f7019df41c3e..2a1ec014e901 100644
--- a/net/atm/common.c
+++ b/net/atm/common.c
@@ -890,6 +890,7 @@ subsys_initcall(atm_init);
module_exit(atm_exit);
+MODULE_DESCRIPTION("Asynchronous Transfer Mode (ATM) networking core");
MODULE_LICENSE("GPL");
MODULE_ALIAS_NETPROTO(PF_ATMPVC);
MODULE_ALIAS_NETPROTO(PF_ATMSVC);