summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2024-11-30 10:45:21 +0100
committerJens Axboe <axboe@kernel.dk>2024-12-03 14:34:11 +0100
commit3c93e4e4a2aeb92ea99e1eac3e1180f5ed49538c (patch)
treebf1ecb44072ae006329532e54130b9d2448aa4f6 /drivers/block
parentmodule: Convert symbol namespace to string literal (diff)
downloadlinux-3c93e4e4a2aeb92ea99e1eac3e1180f5ed49538c.tar.xz
linux-3c93e4e4a2aeb92ea99e1eac3e1180f5ed49538c.zip
block: rnull: add missing MODULE_DESCRIPTION
Add the missing description to fix the following warning: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/rnull_mod.o Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com> Acked-by: Andreas Hindborg <a.hindborg@kernel.org> Link: https://lore.kernel.org/r/20241130094521.193924-1-fujita.tomonori@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/rnull.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/rnull.rs b/drivers/block/rnull.rs
index 5de7223beb4d..9cca05dcf772 100644
--- a/drivers/block/rnull.rs
+++ b/drivers/block/rnull.rs
@@ -28,6 +28,7 @@ module! {
type: NullBlkModule,
name: "rnull_mod",
author: "Andreas Hindborg",
+ description: "Rust implementation of the C null block driver",
license: "GPL v2",
}