mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
This commit is contained in:
parent
2599bb5e0c
commit
f73f55b0fc
@ -1532,4 +1532,5 @@ static void __exit atm_mpoa_cleanup(void)
|
|||||||
module_init(atm_mpoa_init);
|
module_init(atm_mpoa_init);
|
||||||
module_exit(atm_mpoa_cleanup);
|
module_exit(atm_mpoa_cleanup);
|
||||||
|
|
||||||
|
MODULE_DESCRIPTION("Multi-Protocol Over ATM (MPOA) driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
Loading…
Reference in New Issue
Block a user