Skip to content

Commit

Permalink
null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
Browse files Browse the repository at this point in the history
[ Upstream commit 9e6727f ]

No functional changes intended.

Fixes: f2298c0 ("null_blk: multi queue aware block test driver")
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20240506075538.6064-1-yanjun.zhu@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
zhuyj authored and Sasha Levin committed Jun 5, 2024
1 parent 3fd7c39 commit 7272073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/block/null_blk/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2121,4 +2121,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");

0 comments on commit 7272073

Please sign in to comment.