linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] openpromfs: add missing MODULE_DESCRIPTION() macro
@ 2024-06-19 14:38 Jeff Johnson
  2024-06-20  7:46 ` Christian Brauner
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-19 14:38 UTC (permalink / raw)
  To: David S. Miller, Andreas Larsson, Alexander Viro,
	Christian Brauner, Jan Kara, linux-fsdevel
  Cc: sparclinux, linux-kernel, kernel-janitors, Jeff Johnson

With ARCH=sparc, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/openpromfs/openpromfs.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

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

diff --git a/fs/openpromfs/inode.c b/fs/openpromfs/inode.c
index a7b527ea50d3..26ecda0e4d19 100644
--- a/fs/openpromfs/inode.c
+++ b/fs/openpromfs/inode.c
@@ -471,4 +471,5 @@ static void __exit exit_openprom_fs(void)
 
 module_init(init_openprom_fs)
 module_exit(exit_openprom_fs)
+MODULE_DESCRIPTION("OpenPROM filesystem support");
 MODULE_LICENSE("GPL");

---
base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
change-id: 20240619-md-sparc-fs-openpromfs-7c061d5af7b2


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

end of thread, other threads:[~2024-06-20  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19 14:38 [PATCH] openpromfs: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-20  7:46 ` Christian Brauner

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).