Skip to content

Commit

Permalink
block: rnull: add missing MODULE_DESCRIPTION
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
FUJITA Tomonori authored and Jens Axboe committed Dec 3, 2024
1 parent cdd30eb commit 3c93e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/block/rnull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

Expand Down

0 comments on commit 3c93e4e

Please sign in to comment.