aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/atm/nicstar.c
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-01-04 06:37:37 -0800
committerJakub Kicinski <kuba@kernel.org>2024-01-05 08:04:23 -0800
commitfc0caed81bca733af1cebf62a3c16f55c81e937c (patch)
treed5eaee2bf8c471782308518de43ee8567ff3d0c4 /drivers/atm/nicstar.c
parentMerge branch 'dpll-expose-fractional-frequency-offset-value-to-user' (diff)
downloadwireguard-linux-fc0caed81bca733af1cebf62a3c16f55c81e937c.tar.xz
wireguard-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 'drivers/atm/nicstar.c')
-rw-r--r--drivers/atm/nicstar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/nicstar.c b/drivers/atm/nicstar.c
index 1a50de39f5b5..27153d6bc781 100644
--- a/drivers/atm/nicstar.c
+++ b/drivers/atm/nicstar.c
@@ -171,6 +171,7 @@ static const struct atmdev_ops atm_ops = {
static struct timer_list ns_timer;
static char *mac[NS_MAX_CARDS];
module_param_array(mac, charp, NULL, 0);
+MODULE_DESCRIPTION("ATM NIC driver for IDT 77201/77211 \"NICStAR\" and Fore ForeRunnerLE.");
MODULE_LICENSE("GPL");
/* Functions */