public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: minix: add MODULE_DESCRIPTION()
@ 2024-05-25 15:25 Jeff Johnson
  2024-05-27 13:51 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-05-25 15:25 UTC (permalink / raw)
  To: Alexander Viro, Christian Brauner
  Cc: linux-fsdevel, kernel-janitors, linux-kernel, Jeff Johnson

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

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

diff --git a/fs/minix/inode.c b/fs/minix/inode.c
index 7f9a2d8aa420..1c3df63162ef 100644
--- a/fs/minix/inode.c
+++ b/fs/minix/inode.c
@@ -730,5 +730,6 @@ static void __exit exit_minix_fs(void)
 
 module_init(init_minix_fs)
 module_exit(exit_minix_fs)
+MODULE_DESCRIPTION("Minix file system");
 MODULE_LICENSE("GPL");
 

---
base-commit: 07506d1011521a4a0deec1c69721c7405c40049b
change-id: 20240525-md-fs-minix-2f54b07b8aff


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

end of thread, other threads:[~2024-05-27 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25 15:25 [PATCH] fs: minix: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-27 13:51 ` Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox