Skip to content

Commit 876835b

Browse files
Jeff Johnsonaxboe
authored andcommitted
brd: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: modpost: missing MODULE_DESCRIPTION() in drivers/block/brd.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 85f86c5 commit 876835b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/block/brd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ static int max_part = 1;
296296
module_param(max_part, int, 0444);
297297
MODULE_PARM_DESC(max_part, "Num Minors to reserve between devices");
298298

299+
MODULE_DESCRIPTION("Ram backed block device driver");
299300
MODULE_LICENSE("GPL");
300301
MODULE_ALIAS_BLOCKDEV_MAJOR(RAMDISK_MAJOR);
301302
MODULE_ALIAS("rd");

0 commit comments

Comments
 (0)