From: "Liam R. Howlett" <Liam.Howlett@oracle.com>
To: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, maple-tree@lists.infradead.org,
linux-mm@kvack.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] test_maple_tree: add the missing MODULE_DESCRIPTION() macro
Date: Sat, 1 Jun 2024 23:04:30 -0400 [thread overview]
Message-ID: <eo5ttlyjud2r6ubtxhsbkfiu2wspjm7g7j7lo6fkld3vvdaock@kl2i2domasd6> (raw)
In-Reply-To: <20240531-md-lib-test_maple_tree-v1-1-7b1b485aeec3@quicinc.com>
* 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
>
prev parent reply other threads:[~2024-06-02 3:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-01 0:13 Jeff Johnson
2024-06-02 3:04 ` Liam R. Howlett [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=eo5ttlyjud2r6ubtxhsbkfiu2wspjm7g7j7lo6fkld3vvdaock@kl2i2domasd6 \
--to=liam.howlett@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=maple-tree@lists.infradead.org \
--cc=quic_jjohnson@quicinc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox