Skip to content

Commit 3c93e4e

Browse files
fujitaaxboe
authored andcommitted
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 <[email protected]> Acked-by: Andreas Hindborg <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent cdd30eb commit 3c93e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/block/rnull.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module! {
2828
type: NullBlkModule,
2929
name: "rnull_mod",
3030
author: "Andreas Hindborg",
31+
description: "Rust implementation of the C null block driver",
3132
license: "GPL v2",
3233
}
3334

0 commit comments

Comments
 (0)