diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/brd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/block/brd.c b/drivers/block/brd.c index b1efa8f9ff42..d904d0da2928 100644 --- a/drivers/block/brd.c +++ b/drivers/block/brd.c | |||
@@ -571,10 +571,10 @@ static int __init brd_init(void) | |||
571 | * | 571 | * |
572 | * (1) if rd_nr is specified, create that many upfront, and this | 572 | * (1) if rd_nr is specified, create that many upfront, and this |
573 | * also becomes a hard limit. | 573 | * also becomes a hard limit. |
574 | * (2) if rd_nr is not specified, create 1 rd device on module | 574 | * (2) if rd_nr is not specified, create CONFIG_BLK_DEV_RAM_COUNT |
575 | * load, user can further extend brd device by create dev node | 575 | * (default 16) rd device on module load, user can further |
576 | * themselves and have kernel automatically instantiate actual | 576 | * extend brd device by create dev node themselves and have |
577 | * device on-demand. | 577 | * kernel automatically instantiate actual device on-demand. |
578 | */ | 578 | */ |
579 | 579 | ||
580 | part_shift = 0; | 580 | part_shift = 0; |