* [PATCH] 9p/fs: add MODULE_DESCIPTION
@ 2023-10-25 22:31 Dominique Martinet
2023-10-26 12:47 ` Christian Schoenebeck
0 siblings, 1 reply; 2+ messages in thread
From: Dominique Martinet @ 2023-10-25 22:31 UTC (permalink / raw)
To: v9fs; +Cc: ericvh, linux_oss, lucho, linux-kernel, Dominique Martinet
Fix modpost warning that MODULE_DESCRIPTION is missing in fs/9p/9p.o
Signed-off-by: Dominique Martinet <asmadeus@codewreck.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@ionkov.net>");
MODULE_AUTHOR("Eric Van Hensbergen <ericvh@gmail.com>");
MODULE_AUTHOR("Ron Minnich <rminnich@lanl.gov>");
+MODULE_DESCRIPTION("9P Client File System");
MODULE_LICENSE("GPL");
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] 9p/fs: add MODULE_DESCIPTION
2023-10-25 22:31 [PATCH] 9p/fs: add MODULE_DESCIPTION Dominique Martinet
@ 2023-10-26 12:47 ` Christian Schoenebeck
0 siblings, 0 replies; 2+ messages in thread
From: Christian Schoenebeck @ 2023-10-26 12:47 UTC (permalink / raw)
To: v9fs, Dominique Martinet; +Cc: ericvh, lucho, linux-kernel, Dominique Martinet
On Thursday, October 26, 2023 12:31:07 AM CEST Dominique Martinet wrote:
> Fix modpost warning that MODULE_DESCRIPTION is missing in fs/9p/9p.o
>
> Signed-off-by: Dominique Martinet <asmadeus@codewreck.org>
> ---
Reviewed-by: Christian Schoenebeck <linux_oss@crudebyte.com>
> 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@ionkov.net>");
> MODULE_AUTHOR("Eric Van Hensbergen <ericvh@gmail.com>");
> MODULE_AUTHOR("Ron Minnich <rminnich@lanl.gov>");
> +MODULE_DESCRIPTION("9P Client File System");
> MODULE_LICENSE("GPL");
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-26 12:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25 22:31 [PATCH] 9p/fs: add MODULE_DESCIPTION Dominique Martinet
2023-10-26 12:47 ` Christian Schoenebeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox