Hi,
Contains cosmetic fixes only. BR, Jarkko -----BEGIN PGP SIGNATURE----- iJYEABYKAD4WIQRE6pSOnaBC00OEHEIaerohdGur0gUCZoLMiCAcamFya2tvLnNh a2tpbmVuQGxpbnV4LmludGVsLmNvbQAKCRAaerohdGur0gQ3AP46mFJEu/lsk0tv MJs0bCMAMXeB206iY6ct7N4l0lKfUgD/YkDIj8OAW3dUhnG2z22JrtjsmEh0gHT4 Huz4sNisUwM= =UuFf -----END PGP SIGNATURE----- Merge tag 'keys-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd Pull keys updates from Jarkko Sakkinen: "Contains cosmetic fixes only" * tag 'keys-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd: KEYS: encrypted: add missing MODULE_DESCRIPTION() KEYS: trusted: add missing MODULE_DESCRIPTION()
This commit is contained in:
commit
bbb3556c01
@ -1040,4 +1040,5 @@ static void __exit cleanup_encrypted(void)
|
||||
late_initcall(init_encrypted);
|
||||
module_exit(cleanup_encrypted);
|
||||
|
||||
MODULE_DESCRIPTION("Encrypted key type");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -395,4 +395,5 @@ static void __exit cleanup_trusted(void)
|
||||
late_initcall(init_trusted);
|
||||
module_exit(cleanup_trusted);
|
||||
|
||||
MODULE_DESCRIPTION("Trusted Key type");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
Reference in New Issue
Block a user