]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.
authorRobert P. J. Day <rpjday@crashcourse.ca>
Wed, 5 Oct 2011 00:42:50 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Oct 2011 05:59:38 +0000 (16:59 +1100)
Add the leading word "tmpfs" to the Kconfig string to make it blindingly
obvious that this selection refers to tmpfs.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/Kconfig

index 9fe0b349f4cd9e58c6a4bef810239f2f149e0b39..5f4c45d4aa10ba4439ed6d6ee50db178b3637a52 100644 (file)
@@ -109,7 +109,7 @@ source "fs/proc/Kconfig"
 source "fs/sysfs/Kconfig"
 
 config TMPFS
-       bool "Virtual memory file system support (former shm fs)"
+       bool "Tmpfs virtual memory file system support (former shm fs)"
        depends on SHMEM
        help
          Tmpfs is a file system which keeps all files in virtual memory.