diff options
author | Jakub Kicinski <kuba@kernel.org> | 2024-01-04 06:37:37 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-01-05 08:04:23 -0800 |
commit | fc0caed81bca733af1cebf62a3c16f55c81e937c (patch) | |
tree | d5eaee2bf8c471782308518de43ee8567ff3d0c4 /drivers/atm/eni.c | |
parent | aa537fee6188583f938282b3b49324e11bc21485 (diff) | |
download | linux-fc0caed81bca733af1cebf62a3c16f55c81e937c.tar.gz linux-fc0caed81bca733af1cebf62a3c16f55c81e937c.tar.bz2 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/eni.c')
-rw-r--r-- | drivers/atm/eni.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/eni.c b/drivers/atm/eni.c index a31ffe16e626..3011cf1a84a9 100644 --- a/drivers/atm/eni.c +++ b/drivers/atm/eni.c @@ -2318,4 +2318,5 @@ static int __init eni_init(void) module_init(eni_init); /* @@@ since exit routine not defined, this module can not be unloaded */ +MODULE_DESCRIPTION("Efficient Networks ENI155P ATM NIC driver"); MODULE_LICENSE("GPL"); |