Skip to content

Commit bbb3556

Browse files
committed
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()
2 parents 4cb9dc1 + 84edd7a commit bbb3556

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

security/keys/encrypted-keys/encrypted.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,4 +1040,5 @@ static void __exit cleanup_encrypted(void)
10401040
late_initcall(init_encrypted);
10411041
module_exit(cleanup_encrypted);
10421042

1043+
MODULE_DESCRIPTION("Encrypted key type");
10431044
MODULE_LICENSE("GPL");

security/keys/trusted-keys/trusted_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,4 +395,5 @@ static void __exit cleanup_trusted(void)
395395
late_initcall(init_trusted);
396396
module_exit(cleanup_trusted);
397397

398+
MODULE_DESCRIPTION("Trusted Key type");
398399
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)