Skip to content

Commit c8f0b69

Browse files
Jeff Johnsonbrauner
authored andcommitted
fs: autofs: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/autofs/autofs4.o Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Al Viro <[email protected]> Acked-by: Ian Kent <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent c8e0f1e commit c8f0b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/autofs/init.c

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

3939
module_init(init_autofs_fs)
4040
module_exit(exit_autofs_fs)
41+
MODULE_DESCRIPTION("Kernel automounter support");
4142
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)