kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: ufs: add MODULE_DESCRIPTION()
@ 2024-05-10 19:02 Jeff Johnson
  0 siblings, 0 replies; only message in thread
From: Jeff Johnson @ 2024-05-10 19:02 UTC (permalink / raw)
  To: Evgeniy Dushistov; +Cc: linux-kernel, kernel-janitors, Jeff Johnson

Fix make W=1 warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ufs/ufs.o

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

diff --git a/fs/ufs/super.c b/fs/ufs/super.c
index 44666afc6209..bc625788589c 100644
--- a/fs/ufs/super.c
+++ b/fs/ufs/super.c
@@ -1540,4 +1540,5 @@ static void __exit exit_ufs_fs(void)
 
 module_init(init_ufs_fs)
 module_exit(exit_ufs_fs)
+MODULE_DESCRIPTION("UFS Filesystem");
 MODULE_LICENSE("GPL");

---
base-commit: dd5a440a31fae6e459c0d6271dddd62825505361
change-id: 20240510-ufs-md-7a78d87a7ff4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-10 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-10 19:02 [PATCH] fs: ufs: add MODULE_DESCRIPTION() Jeff Johnson

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