Skip to content

Commit 6465660

Browse files
Jeff Johnsonbrauner
authored andcommitted
fs: hfs: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/hfs/hfs.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 7cd99ce commit 6465660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/hfs/super.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
static struct kmem_cache *hfs_inode_cachep;
3030

31+
MODULE_DESCRIPTION("Apple Macintosh file system support");
3132
MODULE_LICENSE("GPL");
3233

3334
static int hfs_sync_fs(struct super_block *sb, int wait)

0 commit comments

Comments
 (0)