From: Anders Larsen <al@alarsen.net>
To: Alexander Viro <viro@zeniv.linux.org.uk>,
Christian Brauner <brauner@kernel.org>,
Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org,
Jeff Johnson <quic_jjohnson@quicinc.com>
Subject: Re: [PATCH] qnx4: add MODULE_DESCRIPTION()
Date: Mon, 27 May 2024 17:01:20 +0200 [thread overview]
Message-ID: <2881626.mvXUDI8C0e@oscar> (raw)
In-Reply-To: <20240524-md-qnx4-v1-1-5ae060082e5f@quicinc.com>
On 2024-05-24 22:51 Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/qnx4/qnx4.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> ---
> fs/qnx4/inode.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/qnx4/inode.c b/fs/qnx4/inode.c
> index d79841e94428..e399e2dd3a12 100644
> --- a/fs/qnx4/inode.c
> +++ b/fs/qnx4/inode.c
> @@ -430,5 +430,6 @@ static void __exit exit_qnx4_fs(void)
>
> module_init(init_qnx4_fs)
> module_exit(exit_qnx4_fs)
> +MODULE_DESCRIPTION("QNX4 file system");
> MODULE_LICENSE("GPL");
Acked-by: Anders Larsen <al@alarsen.net>
prev parent reply other threads:[~2024-05-27 15:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-24 20:51 [PATCH] qnx4: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-27 13:58 ` Christian Brauner
2024-05-27 15:01 ` Anders Larsen [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=2881626.mvXUDI8C0e@oscar \
--to=al@alarsen.net \
--cc=brauner@kernel.org \
--cc=kernel-janitors@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.