From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
Alexander Viro <viro@zeniv.linux.org.uk>,
Christian Brauner <brauner@kernel.org>,
<linux-fsdevel@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
<kernel-janitors@vger.kernel.org>
Subject: Re: [PATCH] fs: fat: add missing MODULE_DESCRIPTION() macros
Date: Tue, 28 May 2024 12:39:27 +0900 [thread overview]
Message-ID: <87v82yzjtc.fsf@mail.parknet.co.jp> (raw)
In-Reply-To: <20240527-md-fs-fat-v1-1-b6ba7cfcb8aa@quicinc.com> (Jeff Johnson's message of "Mon, 27 May 2024 11:00:40 -0700")
Jeff Johnson <quic_jjohnson@quicinc.com> writes:
> Fix the 'make W=1' warnings:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/fat/fat.o
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/fat/fat_test.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Looks good.
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Thanks.
> ---
> fs/fat/fat_test.c | 1 +
> fs/fat/inode.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/fs/fat/fat_test.c b/fs/fat/fat_test.c
> index 2dab4ca1d0d8..1f0062659067 100644
> --- a/fs/fat/fat_test.c
> +++ b/fs/fat/fat_test.c
> @@ -193,4 +193,5 @@ static struct kunit_suite fat_test_suite = {
>
> kunit_test_suites(&fat_test_suite);
>
> +MODULE_DESCRIPTION("KUnit tests for FAT filesystems");
> MODULE_LICENSE("GPL v2");
> diff --git a/fs/fat/inode.c b/fs/fat/inode.c
> index d9e6fbb6f246..3027d275dbf1 100644
> --- a/fs/fat/inode.c
> +++ b/fs/fat/inode.c
> @@ -1978,4 +1978,5 @@ static void __exit exit_fat_fs(void)
> module_init(init_fat_fs)
> module_exit(exit_fat_fs)
>
> +MODULE_DESCRIPTION("Core FAT filesystem support");
> MODULE_LICENSE("GPL");
>
> ---
> base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b
> change-id: 20240527-md-fs-fat-bea9424c9303
>
--
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
next prev parent reply other threads:[~2024-05-28 3:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 18:00 [PATCH] fs: fat: add missing MODULE_DESCRIPTION() macros Jeff Johnson
2024-05-28 3:39 ` OGAWA Hirofumi [this message]
2024-05-28 11:34 ` Christian Brauner
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=87v82yzjtc.fsf@mail.parknet.co.jp \
--to=hirofumi@mail.parknet.co.jp \
--cc=akpm@linux-foundation.org \
--cc=brauner@kernel.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_jjohnson@quicinc.com \
--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