brd: fix comment on initial device creation
authorNamhyung Kim <namhyung@gmail.com>
Thu, 26 May 2011 19:06:50 +0000 (21:06 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 26 May 2011 19:06:50 +0000 (21:06 +0200)
commit13868b76ab8135389fe1d8cf1c6a4847c9fef0a7
treef0259861568c7b5c6cb30cd426eedb1787945304
parentaf46566885a373b0a526932484cd8fef8de7b598
brd: fix comment on initial device creation

If 'rd_nr' param was not specified, 16 (can be adjusted via
CONFIG_BLK_DEV_RAM_COUNT) devices would be created by default
but comment said 1. Fix it.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/block/brd.c