summaryrefslogtreecommitdiffstats
path: root/net/caif/caif_dev.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-01-04 06:48:55 -0800
committerJakub Kicinski <kuba@kernel.org>2024-01-05 08:06:35 -0800
commitcb420106901ad038ea8b3c58fe26a5a465c40080 (patch)
treec552cdb30b632784f067543173530a6a4366cff5 /net/caif/caif_dev.c
parentb8549d85983c2c494960b82aa41749db3d61fa4d (diff)
downloadlinux-stable-cb420106901ad038ea8b3c58fe26a5a465c40080.tar.gz
linux-stable-cb420106901ad038ea8b3c58fe26a5a465c40080.tar.bz2
linux-stable-cb420106901ad038ea8b3c58fe26a5a465c40080.zip
net: fill in MODULE_DESCRIPTION()s for CAIF
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to all the CAIF sub-modules. Link: https://lore.kernel.org/r/20240104144855.1320993-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/caif/caif_dev.c')
-rw-r--r--net/caif/caif_dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/caif/caif_dev.c b/net/caif/caif_dev.c
index 6a0cba4fc29f..24e85c5487ef 100644
--- a/net/caif/caif_dev.c
+++ b/net/caif/caif_dev.c
@@ -27,6 +27,7 @@
#include <net/caif/cfcnfg.h>
#include <net/caif/cfserl.h>
+MODULE_DESCRIPTION("ST-Ericsson CAIF modem protocol support");
MODULE_LICENSE("GPL");
/* Used for local tracking of the CAIF net devices */