]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
qnx4: add MODULE_DESCRIPTION()
authorJeff Johnson <quic_jjohnson@quicinc.com>
Fri, 24 May 2024 20:51:46 +0000 (13:51 -0700)
committerChristian Brauner <brauner@kernel.org>
Tue, 28 May 2024 09:52:53 +0000 (11:52 +0200)
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/qnx4/qnx4.o

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://lore.kernel.org/r/20240524-md-qnx4-v1-1-5ae060082e5f@quicinc.com
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Anders Larsen <al@alarsen.net>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/qnx4/inode.c

index d79841e94428f49ef6ec1e239eafa0d6a4cfed7e..e399e2dd3a1248c36f6fef045a80564dc1034077 100644 (file)
@@ -430,5 +430,6 @@ static void __exit exit_qnx4_fs(void)
 
 module_init(init_qnx4_fs)
 module_exit(exit_qnx4_fs)
+MODULE_DESCRIPTION("QNX4 file system");
 MODULE_LICENSE("GPL");