Skip to content

Commit 0902a1e

Browse files
committed
Merge branch 'for-6.11/block' into for-next
* for-6.11/block: brd: add missing MODULE_DESCRIPTION() macro
2 parents 5b661d5 + 876835b commit 0902a1e

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)