linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] test_maple_tree: add the missing MODULE_DESCRIPTION() macro
@ 2024-06-01  0:13 Jeff Johnson
  2024-06-02  3:04 ` Liam R. Howlett
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-01  0:13 UTC (permalink / raw)
  To: Andrew Morton, Liam R. Howlett
  Cc: linux-kernel, maple-tree, linux-mm, kernel-janitors, Jeff Johnson

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_maple_tree.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

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

diff --git a/lib/test_maple_tree.c b/lib/test_maple_tree.c
index 399380db449c..31561e0e1a0d 100644
--- a/lib/test_maple_tree.c
+++ b/lib/test_maple_tree.c
@@ -3946,4 +3946,5 @@ static void __exit maple_tree_harvest(void)
 module_init(maple_tree_seed);
 module_exit(maple_tree_harvest);
 MODULE_AUTHOR("Liam R. Howlett <Liam.Howlett@Oracle.com>");
+MODULE_DESCRIPTION("maple tree API test module");
 MODULE_LICENSE("GPL");

---
base-commit: b050496579632f86ee1ef7e7501906db579f3457
change-id: 20240531-md-lib-test_maple_tree-51da39617917



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

* Re: [PATCH] test_maple_tree: add the missing MODULE_DESCRIPTION() macro
  2024-06-01  0:13 [PATCH] test_maple_tree: add the missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-02  3:04 ` Liam R. Howlett
  0 siblings, 0 replies; 2+ messages in thread
From: Liam R. Howlett @ 2024-06-02  3:04 UTC (permalink / raw)
  To: Jeff Johnson
  Cc: Andrew Morton, linux-kernel, maple-tree, linux-mm, kernel-janitors

* Jeff Johnson <quic_jjohnson@quicinc.com> [240531 20:13]:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_maple_tree.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>

Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>

> ---
>  lib/test_maple_tree.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lib/test_maple_tree.c b/lib/test_maple_tree.c
> index 399380db449c..31561e0e1a0d 100644
> --- a/lib/test_maple_tree.c
> +++ b/lib/test_maple_tree.c
> @@ -3946,4 +3946,5 @@ static void __exit maple_tree_harvest(void)
>  module_init(maple_tree_seed);
>  module_exit(maple_tree_harvest);
>  MODULE_AUTHOR("Liam R. Howlett <Liam.Howlett@Oracle.com>");
> +MODULE_DESCRIPTION("maple tree API test module");
>  MODULE_LICENSE("GPL");
> 
> ---
> base-commit: b050496579632f86ee1ef7e7501906db579f3457
> change-id: 20240531-md-lib-test_maple_tree-51da39617917
> 


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

end of thread, other threads:[~2024-06-02  3:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-01  0:13 [PATCH] test_maple_tree: add the missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-02  3:04 ` Liam R. Howlett

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