summaryrefslogtreecommitdiff
path: root/crypto/bpf_crypto_skcipher.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bpf_crypto_skcipher.c')
-rw-r--r--crypto/bpf_crypto_skcipher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bpf_crypto_skcipher.c b/crypto/bpf_crypto_skcipher.c
index b5e657415770..a88798d3e8c8 100644
--- a/crypto/bpf_crypto_skcipher.c
+++ b/crypto/bpf_crypto_skcipher.c
@@ -80,3 +80,4 @@ static void __exit bpf_crypto_skcipher_exit(void)
module_init(bpf_crypto_skcipher_init);
module_exit(bpf_crypto_skcipher_exit);
MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("Symmetric key cipher support for BPF");