Skip to content

Commit b5c4a79

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/sysv/super.c

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

592592
module_init(init_sysv_fs)
593593
module_exit(exit_sysv_fs)
594+
MODULE_DESCRIPTION("SystemV Filesystem");
594595
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)