Skip to content

Commit df216f5

Browse files
Jeff Johnsonmhiramat
authored andcommitted
fprobe: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in samples/fprobe/fprobe_example.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Masami Hiramatsu (Google) <[email protected]>
1 parent 3572bd5 commit df216f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/fprobe/fprobe_example.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,5 @@ static void __exit fprobe_exit(void)
150150

151151
module_init(fprobe_init)
152152
module_exit(fprobe_exit)
153+
MODULE_DESCRIPTION("sample kernel module showing the use of fprobe");
153154
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)