linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: autofs: add MODULE_DESCRIPTION()
@ 2024-05-27 19:22 Jeff Johnson
  2024-05-28 10:09 ` Christian Brauner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jeff Johnson @ 2024-05-27 19:22 UTC (permalink / raw)
  To: Ian Kent, Alexander Viro, Christian Brauner
  Cc: linux-fsdevel, autofs, linux-kernel, kernel-janitors,
	Jeff Johnson

Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/autofs/autofs4.o

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
 fs/autofs/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/autofs/init.c b/fs/autofs/init.c
index b5e4dfa04ed0..1d644a35ffa0 100644
--- a/fs/autofs/init.c
+++ b/fs/autofs/init.c
@@ -38,4 +38,5 @@ static void __exit exit_autofs_fs(void)
 
 module_init(init_autofs_fs)
 module_exit(exit_autofs_fs)
+MODULE_DESCRIPTION("Kernel automounter support");
 MODULE_LICENSE("GPL");

---
base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b
change-id: 20240527-md-fs-autofs-62625640557b


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-05-29  7:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 19:22 [PATCH] fs: autofs: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-28 10:09 ` Christian Brauner
2024-05-28 11:39 ` Christian Brauner
2024-05-28 18:03   ` Al Viro
2024-05-29  7:45     ` Christian Brauner
2024-05-29  0:48 ` Ian Kent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).