Linux filesystem development
 help / color / mirror / Atom feed
* [PATCH] fs/adfs: add MODULE_DESCRIPTION
@ 2024-05-23 13:58 Jeff Johnson
  2024-05-24 13:13 ` Christian Brauner
  2024-07-15 11:48 ` Christian Brauner
  0 siblings, 2 replies; 6+ messages in thread
From: Jeff Johnson @ 2024-05-23 13:58 UTC (permalink / raw)
  To: Alexander Viro, Christian Brauner, Jan Kara
  Cc: linux-fsdevel, linux-kernel, kernel-janitors, Jeff Johnson

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

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
fs/adfs has no MAINTAINERS entry so falling back to the entry for
FILESYSTEMS (VFS and infrastructure)
---
 fs/adfs/super.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/adfs/super.c b/fs/adfs/super.c
index 9354b14bbfe3..f0b999a4961b 100644
--- a/fs/adfs/super.c
+++ b/fs/adfs/super.c
@@ -491,4 +491,5 @@ static void __exit exit_adfs_fs(void)
 
 module_init(init_adfs_fs)
 module_exit(exit_adfs_fs)
+MODULE_DESCRIPTION("Acorn Disc Filing System");
 MODULE_LICENSE("GPL");

---
base-commit: 5c4069234f68372e80e4edfcce260e81fd9da007
change-id: 20240522-md-adfs-48870fc4ba91


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

end of thread, other threads:[~2024-07-15 11:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-23 13:58 [PATCH] fs/adfs: add MODULE_DESCRIPTION Jeff Johnson
2024-05-24 13:13 ` Christian Brauner
2024-05-27 16:40   ` Al Viro
2024-05-28 10:00     ` Christian Brauner
2024-07-11 17:35       ` Jeff Johnson
2024-07-15 11:48 ` Christian Brauner

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