Skip to content

Commit 057298d

Browse files
arndbgregkh
authored andcommitted
crypto: bpf - Add MODULE_DESCRIPTION for skcipher
[ Upstream commit f307c87 ] All modules should have a description, building with extra warnings enabled prints this outfor the for bpf_crypto_skcipher module: WARNING: modpost: missing MODULE_DESCRIPTION() in crypto/bpf_crypto_skcipher.o Add a description line. Fixes: fda4f71 ("bpf: crypto: add skcipher to bpf crypto") Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Vadim Fedorenko <[email protected]> Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 3e0d61c commit 057298d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/bpf_crypto_skcipher.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ static void __exit bpf_crypto_skcipher_exit(void)
8080
module_init(bpf_crypto_skcipher_init);
8181
module_exit(bpf_crypto_skcipher_exit);
8282
MODULE_LICENSE("GPL");
83+
MODULE_DESCRIPTION("Symmetric key cipher support for BPF");

0 commit comments

Comments
 (0)