Skip to content

Commit feb1f0c

Browse files
Jeff Johnsongregkh
authored andcommitted
samples: configfs: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in samples/configfs/configfs_sample.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Nacked-by: Christoph Hellwig <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5f67eef commit feb1f0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/configfs/configfs_sample.c

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

365365
module_init(configfs_example_init);
366366
module_exit(configfs_example_exit);
367+
MODULE_DESCRIPTION("Sample configfs module");
367368
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)