]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
fs: hfs: add MODULE_DESCRIPTION()
authorJeff Johnson <quic_jjohnson@quicinc.com>
Mon, 27 May 2024 17:53:08 +0000 (10:53 -0700)
committerChristian Brauner <brauner@kernel.org>
Tue, 28 May 2024 10:06:42 +0000 (12:06 +0200)
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/hfs/hfs.o

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240527-md-fs-hfs-v1-1-4be79ef7e187@quicinc.com
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/hfs/super.c

index 6764afa98a6ff16db1fd0cf5a4f3923f3d37465f..eeac99765f0d611b5e379b948d767672be245c4a 100644 (file)
@@ -28,6 +28,7 @@
 
 static struct kmem_cache *hfs_inode_cachep;
 
+MODULE_DESCRIPTION("Apple Macintosh file system support");
 MODULE_LICENSE("GPL");
 
 static int hfs_sync_fs(struct super_block *sb, int wait)