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 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>

authored by

Breno Leitao and committed by
Jakub Kicinski
6e2cf0eb f73f55b0

+1
+1
net/key/af_key.c
··· 3924 3924 3925 3925 module_init(ipsec_pfkey_init); 3926 3926 module_exit(ipsec_pfkey_exit); 3927 + MODULE_DESCRIPTION("PF_KEY socket helpers"); 3927 3928 MODULE_LICENSE("GPL"); 3928 3929 MODULE_ALIAS_NETPROTO(PF_KEY);