public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
@ 2024-05-06  7:55 Zhu Yanjun
  2024-05-06 16:05 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Yanjun @ 2024-05-06  7:55 UTC (permalink / raw)
  To: axboe, linux-block; +Cc: Zhu Yanjun, Chaitanya Kulkarni

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-06 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06  7:55 [PATCH v2 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION() Zhu Yanjun
2024-05-06 16:05 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox