From: Zhu Yanjun <yanjun.zhu@linux.dev>
To: axboe@kernel.dk, linux-block@vger.kernel.org
Cc: Zhu Yanjun <yanjun.zhu@linux.dev>, Chaitanya Kulkarni <kch@nvidia.com>
Subject: [PATCH v2 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
Date: Mon, 6 May 2024 09:55:38 +0200 [thread overview]
Message-ID: <20240506075538.6064-1-yanjun.zhu@linux.dev> (raw)
No functional changes intended.
Fixes: f2298c0403b0 ("null_blk: multi queue aware block test driver")
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
---
drivers/block/null_blk/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/block/null_blk/main.c b/drivers/block/null_blk/main.c
index ed33cf7192d2..5ad5cd49ae8e 100644
--- a/drivers/block/null_blk/main.c
+++ b/drivers/block/null_blk/main.c
@@ -2119,4 +2119,5 @@ module_init(null_init);
module_exit(null_exit);
MODULE_AUTHOR("Jens Axboe <axboe@kernel.dk>");
+MODULE_DESCRIPTION("multi queue aware block test driver");
MODULE_LICENSE("GPL");
--
2.34.1
next reply other threads:[~2024-05-06 7:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-06 7:55 Zhu Yanjun [this message]
2024-05-06 16:05 ` [PATCH v2 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION() Jens Axboe
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=20240506075538.6064-1-yanjun.zhu@linux.dev \
--to=yanjun.zhu@linux.dev \
--cc=axboe@kernel.dk \
--cc=kch@nvidia.com \
--cc=linux-block@vger.kernel.org \
/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.