From fc0caed81bca733af1cebf62a3c16f55c81e937c Mon Sep 17 00:00:00 2001 From: Jakub Kicinski Date: Thu, 4 Jan 2024 06:37:37 -0800 Subject: 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 --- drivers/atm/suni.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/atm/suni.c') diff --git a/drivers/atm/suni.c b/drivers/atm/suni.c index 21e5acc766b8..32802ea9521c 100644 --- a/drivers/atm/suni.c +++ b/drivers/atm/suni.c @@ -387,4 +387,5 @@ int suni_init(struct atm_dev *dev) EXPORT_SYMBOL(suni_init); +MODULE_DESCRIPTION("S/UNI PHY driver"); MODULE_LICENSE("GPL"); -- cgit v1.2.3