net: fill in MODULE_DESCRIPTION()s for ipv6 modules
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the IPv6 modules. Signed-off-by: Breno Leitao <leitao@debian.org> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240208164244.3818498-6-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
2898f3075e
commit
92ab08eb63
@@ -800,5 +800,6 @@ static void __exit ah6_fini(void)
|
||||
module_init(ah6_init);
|
||||
module_exit(ah6_fini);
|
||||
|
||||
MODULE_DESCRIPTION("IPv6 AH transformation helpers");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS_XFRM_TYPE(AF_INET6, XFRM_PROTO_AH);
|
||||
|
||||
Reference in New Issue
Block a user