Skip to content

Commit 0a1ba36

Browse files
Jeff Johnsonjarkkojs
authored andcommitted
KEYS: trusted: add missing MODULE_DESCRIPTION()
kbuild reports: WARNING: modpost: missing MODULE_DESCRIPTION() in security/keys/trusted-keys/trusted.o Add the missing MODULE_DESCRIPTION() macro invocation. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Jarkko Sakkinen <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent 22a40d1 commit 0a1ba36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)