Skip to content

Commit 03fceb8

Browse files
Jeff Johnsonjankara
authored andcommitted
isofs: add missing MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/isofs/isofs.o Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Jan Kara <[email protected]> Message-Id: <[email protected]>
1 parent 96544a9 commit 03fceb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/isofs/inode.c

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

16261626
module_init(init_iso9660_fs)
16271627
module_exit(exit_iso9660_fs)
1628+
MODULE_DESCRIPTION("ISO 9660 CDROM file system support");
16281629
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)