net: fill in MODULE_DESCRIPTION()s for af_key
authorBreno Leitao <leitao@debian.org>
Thu, 8 Feb 2024 16:42:38 +0000 (08:42 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 9 Feb 2024 22:12:01 +0000 (14:12 -0800)
commit6e2cf0eb6926a5c51bba0aca819e91d7265c849c
treef5b2df283ecec776e43f1af3532e4b35c5701688
parentf73f55b0fcff575fef1854c66d18767a341ebbe2
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>
net/key/af_key.c