[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231025223107.1274963-1-asmadeus@codewreck.org>
Date: Thu, 26 Oct 2023 07:31:07 +0900
From: Dominique Martinet <asmadeus@...ewreck.org>
To: v9fs@...ts.linux.dev
Cc: ericvh@...nel.org, linux_oss@...debyte.com, lucho@...kov.net,
linux-kernel@...r.kernel.org,
Dominique Martinet <asmadeus@...ewreck.org>
Subject: [PATCH] 9p/fs: add MODULE_DESCIPTION
Fix modpost warning that MODULE_DESCRIPTION is missing in fs/9p/9p.o
Signed-off-by: Dominique Martinet <asmadeus@...ewreck.org>
---
Probably doesn't really matter after all this time, but noticed this
when double-checking there weren't any warnings left in W=1... Might as
well get rid of this:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/9p/9p.o
fs/9p/v9fs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c
index d525957594b6..61dbe52bb3a3 100644
--- a/fs/9p/v9fs.c
+++ b/fs/9p/v9fs.c
@@ -732,4 +732,5 @@ module_exit(exit_v9fs)
MODULE_AUTHOR("Latchesar Ionkov <lucho@...kov.net>");
MODULE_AUTHOR("Eric Van Hensbergen <ericvh@...il.com>");
MODULE_AUTHOR("Ron Minnich <rminnich@...l.gov>");
+MODULE_DESCRIPTION("9P Client File System");
MODULE_LICENSE("GPL");
--
2.41.0
Powered by blists - more mailing lists