Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: fill in MODULE_DESCRIPTION()s for mpoa

W=1 builds now warn if module is built without a MODULE_DESCRIPTION().
Add descriptions to the Multi-Protocol Over ATM (MPOA) driver.

Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240208164244.3818498-3-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Breno Leitao and committed by
Jakub Kicinski
f73f55b0 2599bb5e

+1
+1
net/atm/mpc.c
··· 1532 1532 module_init(atm_mpoa_init); 1533 1533 module_exit(atm_mpoa_cleanup); 1534 1534 1535 + MODULE_DESCRIPTION("Multi-Protocol Over ATM (MPOA) driver"); 1535 1536 MODULE_LICENSE("GPL");