Skip to content

Commit c61d725

Browse files
jeff-t-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/20240510-ufs-md-v1-1-85eaff8c6beb@quicinc.com Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Cc: Evgeniy Dushistov <dushistov@mail.ru> Cc: Christian Brauner <brauner@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent cedb08c commit c61d725

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)