]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PKCS#7: Add MODULE_LICENSE() to test module
authorDavid Howells <dhowells@redhat.com>
Thu, 13 Aug 2015 01:51:33 +0000 (02:51 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 13 Aug 2015 01:51:33 +0000 (02:51 +0100)
commit772111ab01eace6a7e4cf821a4348cec64a97c92
treedd32302286564d35e7e8b066f2b46daaa59b3d90
parent228c37ff980f5643401a1667f5ab7c6f38602cf8
PKCS#7: Add MODULE_LICENSE() to test module

Add a MODULE_LICENSE() line to the PKCS#7 test key module to fix this
warning:

WARNING: modpost: missing MODULE_LICENSE() in
crypto/asymmetric_keys/pkcs7_test_key.o

Whilst we're at it, also add a module description.

Reported-by: James Morris <jmorris@namei.org>
Signed-off-by: David Howells <dhowells@redhat.com>
crypto/asymmetric_keys/pkcs7_key_type.c