Skip to content

Commit

Permalink
x86/mce/inject: Add missing MODULE_DESCRIPTION() line
Browse files Browse the repository at this point in the history
make W=1 C=1 warns:

  WARNING: modpost: missing MODULE_DESCRIPTION() in arch/x86/kernel/cpu/mce/mce-inject.o

Add the missing MODULE_DESCRIPTION().

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240530-md-x86-mce-inject-v1-1-2a9dc998f709@quicinc.com
  • Loading branch information
Jeff Johnson authored and Ingo Molnar committed Jun 2, 2024
1 parent 8e88753 commit eb9d3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/cpu/mce/inject.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,4 +795,5 @@ static void __exit inject_exit(void)

module_init(inject_init);
module_exit(inject_exit);
MODULE_DESCRIPTION("Machine check injection support");
MODULE_LICENSE("GPL");

0 comments on commit eb9d3c0

Please sign in to comment.