]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix bytes <-> kilobytes typo in Kconfig for ramdisk
authorChristian Borntraeger <borntrae@de.ibm.com>
Tue, 3 Oct 2006 21:40:34 +0000 (23:40 +0200)
committerAdrian Bunk <bunk@stusta.de>
Tue, 3 Oct 2006 21:40:34 +0000 (23:40 +0200)
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 <borntrae@de.ibm.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/block/Kconfig

index 24ebd1ce664428c19adab2caa7c0cd4c881ea493..17dc22282e148d89f8a526de5a52deb32cd73828 100644 (file)
@@ -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.