mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
net: fill in MODULE_DESCRIPTION()s for xfrm
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the XFRM interface drivers. Signed-off-by: Breno Leitao <leitao@debian.org> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240208164244.3818498-2-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
15faa1f67a
commit
2599bb5e0c
@ -858,4 +858,5 @@ int xfrm_count_pfkey_enc_supported(void)
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(xfrm_count_pfkey_enc_supported);
|
||||
|
||||
MODULE_DESCRIPTION("XFRM Algorithm interface");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -3888,5 +3888,6 @@ static void __exit xfrm_user_exit(void)
|
||||
|
||||
module_init(xfrm_user_init);
|
||||
module_exit(xfrm_user_exit);
|
||||
MODULE_DESCRIPTION("XFRM User interface");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_XFRM);
|
||||
|
Loading…
Reference in New Issue
Block a user