Skip to content

Commit c61d725

Browse files
Jeff Johnsonakpm00
authored andcommitted
fs: ufs: add MODULE_DESCRIPTION()
Fix make W=1 warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ufs/ufs.o Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jeff Johnson <[email protected]> Cc: Evgeniy Dushistov <[email protected]> Cc: Christian Brauner <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent cedb08c commit c61d725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/ufs/super.c

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

15411541
module_init(init_ufs_fs)
15421542
module_exit(exit_ufs_fs)
1543+
MODULE_DESCRIPTION("UFS Filesystem");
15431544
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)