Skip to content

Commit 883fb1e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/cramfs/inode.c

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

10041004
module_init(init_cramfs_fs)
10051005
module_exit(exit_cramfs_fs)
1006+
MODULE_DESCRIPTION("Compressed ROM file system support");
10061007
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)