public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
@ 2024-04-29  9:12 Zhu Yanjun
  2024-04-29 19:45 ` Chaitanya Kulkarni
  0 siblings, 1 reply; 3+ messages in thread
From: Zhu Yanjun @ 2024-04-29  9:12 UTC (permalink / raw)
  To: axboe, linux-block; +Cc: Zhu Yanjun

No functional changes intended.

Fixes: f2298c0403b0 ("null_blk: multi queue aware block test driver")
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
---
 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 eed63f95e89d..aa084ae75e53 100644
--- a/drivers/block/null_blk/main.c
+++ b/drivers/block/null_blk/main.c
@@ -2121,4 +2121,5 @@ module_init(null_init);
 module_exit(null_exit);
 
 MODULE_AUTHOR("Jens Axboe <axboe@kernel.dk>");
+MODULE_DESCRIPTION("Null test block driver");
 MODULE_LICENSE("GPL");
-- 
2.20.1


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

end of thread, other threads:[~2024-04-29 19:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29  9:12 [PATCH 1/1] null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION() Zhu Yanjun
2024-04-29 19:45 ` Chaitanya Kulkarni
2024-04-29 19:48   ` Zhu Yanjun

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