diff options
| author | Jakub Kicinski <[email protected]> | 2024-01-04 14:37:37 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-01-05 16:04:23 +0000 |
| commit | fc0caed81bca733af1cebf62a3c16f55c81e937c (patch) | |
| tree | d5eaee2bf8c471782308518de43ee8567ff3d0c4 /drivers/atm/iphase.c | |
| parent | Merge branch 'dpll-expose-fractional-frequency-offset-value-to-user' (diff) | |
| download | kernel-fc0caed81bca733af1cebf62a3c16f55c81e937c.tar.gz kernel-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/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'drivers/atm/iphase.c')
| -rw-r--r-- | drivers/atm/iphase.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index 9bba8f280a4d..d213adcefe33 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c @@ -90,6 +90,7 @@ module_param(IA_RX_BUF, int, 0); module_param(IA_RX_BUF_SZ, int, 0); module_param(IADebugFlag, uint, 0644); +MODULE_DESCRIPTION("Driver for Interphase ATM PCI NICs"); MODULE_LICENSE("GPL"); /**************************** IA_LIB **********************************/ |
