]> Git Repo - linux.git/commitdiff
9p/fs: add MODULE_DESCIPTION
authorDominique Martinet <[email protected]>
Wed, 25 Oct 2023 22:27:52 +0000 (07:27 +0900)
committerDominique Martinet <[email protected]>
Fri, 27 Oct 2023 03:44:13 +0000 (12:44 +0900)
Fix modpost warning that MODULE_DESCRIPTION is missing in fs/9p/9p.o

Signed-off-by: Dominique Martinet <[email protected]>
Message-ID: <20231025223107.1274963[email protected]>
Reviewed-by: Christian Schoenebeck <[email protected]>
fs/9p/v9fs.c

index d525957594b6b5b480b03cb681c9c56f969f2e0d..61dbe52bb3a3283077e51412b32ca56fea190da1 100644 (file)
@@ -732,4 +732,5 @@ module_exit(exit_v9fs)
 MODULE_AUTHOR("Latchesar Ionkov <[email protected]>");
 MODULE_AUTHOR("Eric Van Hensbergen <[email protected]>");
 MODULE_AUTHOR("Ron Minnich <[email protected]>");
+MODULE_DESCRIPTION("9P Client File System");
 MODULE_LICENSE("GPL");
This page took 0.055907 seconds and 4 git commands to generate.