* [PATCH] test_xarray: add missing MODULE_DESCRIPTION() macro
@ 2024-06-01 3:08 Jeff Johnson
0 siblings, 0 replies; only message in thread
From: Jeff Johnson @ 2024-06-01 3:08 UTC (permalink / raw)
To: Andrew Morton, Matthew Wilcox
Cc: linux-fsdevel, linux-kernel, kernel-janitors, Jeff Johnson
make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_xarray.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
lib/test_xarray.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/test_xarray.c b/lib/test_xarray.c
index ab9cc42a0d74..d5c5cbba33ed 100644
--- a/lib/test_xarray.c
+++ b/lib/test_xarray.c
@@ -2173,4 +2173,5 @@ static void xarray_exit(void)
module_init(xarray_checks);
module_exit(xarray_exit);
MODULE_AUTHOR("Matthew Wilcox <willy@infradead.org>");
+MODULE_DESCRIPTION("XArray API test module");
MODULE_LICENSE("GPL");
---
base-commit: b050496579632f86ee1ef7e7501906db579f3457
change-id: 20240531-md-lib-test_xarray-942799e4d107
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-06-01 3:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-01 3:08 [PATCH] test_xarray: add missing MODULE_DESCRIPTION() macro Jeff Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®