Skip to content

Commit

Permalink
Fix bytes <-> kilobytes typo in Kconfig for ramdisk
Browse files Browse the repository at this point in the history
This is a small fix for a typo in Kconfig. The default value for the block
size is 1024 bytes not 1024 kilobytes.

Signed-off-by: Christian Borntraeger <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
Christian Borntraeger authored and AdrianBunk committed Oct 3, 2006
1 parent 96016cf commit 73cf963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ config BLK_DEV_RAM_BLOCKSIZE
depends on BLK_DEV_RAM
default "1024"
help
The default value is 1024 kilobytes. PAGE_SIZE is a much more
The default value is 1024 bytes. PAGE_SIZE is a much more
efficient choice however. The default is kept to ensure initrd
setups function - apparently needed by the rd_load_image routine
that supposes the filesystem in the image uses a 1024 blocksize.
Expand Down

0 comments on commit 73cf963

Please sign in to comment.