From: Jeff Johnson <quic_jjohnson@quicinc.com>
To: Theodore Ts'o <tytso@mit.edu>,
Andreas Dilger <adilger.kernel@dilger.ca>,
Christian Brauner <brauner@kernel.org>,
Alexander Viro <viro@zeniv.linux.org.uk>, Jan Kara <jack@suse.cz>
Cc: <linux-ext4@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<kernel-janitors@vger.kernel.org>
Subject: Re: [PATCH] fs: ext4: add missing MODULE_DESCRIPTION()
Date: Thu, 20 Jun 2024 09:06:42 -0700 [thread overview]
Message-ID: <bbff5b14-75ae-4dc3-9aac-17afd4e92693@quicinc.com> (raw)
In-Reply-To: <20240527-md-fs-ext4-v1-1-07aad5936bb1@quicinc.com>
On 5/27/24 11:02, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ext4/ext4-inode-test.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> ---
> fs/ext4/inode-test.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/ext4/inode-test.c b/fs/ext4/inode-test.c
> index f0c0fd507fbc..749af7ad4e09 100644
> --- a/fs/ext4/inode-test.c
> +++ b/fs/ext4/inode-test.c
> @@ -279,4 +279,5 @@ static struct kunit_suite ext4_inode_test_suite = {
>
> kunit_test_suites(&ext4_inode_test_suite);
>
> +MODULE_DESCRIPTION("KUnit test of ext4 inode timestamp decoding");
> MODULE_LICENSE("GPL v2");
>
> ---
> base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b
> change-id: 20240527-md-fs-ext4-9d52d6959fb6
>
Adding core fs maintainers.
Following up to see if anything else is needed to get this merged.
next prev parent reply other threads:[~2024-06-20 16:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 18:02 [PATCH] fs: ext4: add missing MODULE_DESCRIPTION() Jeff Johnson
2024-06-20 16:06 ` Jeff Johnson [this message]
2024-06-21 11:13 ` Jan Kara
2024-07-11 2:35 ` Theodore Ts'o
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=bbff5b14-75ae-4dc3-9aac-17afd4e92693@quicinc.com \
--to=quic_jjohnson@quicinc.com \
--cc=adilger.kernel@dilger.ca \
--cc=brauner@kernel.org \
--cc=jack@suse.cz \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tytso@mit.edu \
--cc=viro@zeniv.linux.org.uk \
/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