[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240527-md-fs-hpfs-v1-1-e0f3d8fa8385@quicinc.com>
Date: Mon, 27 May 2024 10:50:29 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Mikulas Patocka <mikulas@...ax.karlin.mff.cuni.cz>,
Alexander Viro
<viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>
CC: <linux-fsdevel@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>,
Jeff Johnson <quic_jjohnson@...cinc.com>
Subject: [PATCH] fs: hpfs: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/hpfs/hpfs.o
Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
---
fs/hpfs/super.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/hpfs/super.c b/fs/hpfs/super.c
index 314834a078e9..e73717daa5f9 100644
--- a/fs/hpfs/super.c
+++ b/fs/hpfs/super.c
@@ -793,4 +793,5 @@ static void __exit exit_hpfs_fs(void)
module_init(init_hpfs_fs)
module_exit(exit_hpfs_fs)
+MODULE_DESCRIPTION("OS/2 HPFS file system support");
MODULE_LICENSE("GPL");
---
base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b
change-id: 20240527-md-fs-hpfs-192977075f6a
Powered by blists - more mailing lists