mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
net: fill in MODULE_DESCRIPTION()s for af_key
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the PF_KEY socket helpers. Signed-off-by: Breno Leitao <leitao@debian.org> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://lore.kernel.org/r/20240208164244.3818498-4-leitao@debian.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
f73f55b0fc
commit
6e2cf0eb69
@ -3924,5 +3924,6 @@ out_unregister_key_proto:
|
||||
|
||||
module_init(ipsec_pfkey_init);
|
||||
module_exit(ipsec_pfkey_exit);
|
||||
MODULE_DESCRIPTION("PF_KEY socket helpers");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS_NETPROTO(PF_KEY);
|
||||
|
Loading…
Reference in New Issue
Block a user