aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ramzswap/Kconfig
diff options
context:
space:
mode:
authorC yp <cyp561@gmail.com>2010-01-06 07:42:00 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-03 19:42:38 -0500
commitef4ffb7ade54f7669172cf5cead69695e588c06a (patch)
tree3a76dc31353ecf147f9e1677b78e9fe90bc4c6e6 /drivers/staging/ramzswap/Kconfig
parent2141ec629c9c9a70c905cfebcc8fa69373dd982a (diff)
Staging: ramzswap: Minor spelling fixes
Also removed an extra semicolon. Signed-off-by: Cyp <cyp561@gmail.com> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ramzswap/Kconfig')
-rw-r--r--drivers/staging/ramzswap/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ramzswap/Kconfig b/drivers/staging/ramzswap/Kconfig
index 24e25691fae..127b3c6c959 100644
--- a/drivers/staging/ramzswap/Kconfig
+++ b/drivers/staging/ramzswap/Kconfig
@@ -5,7 +5,7 @@ config RAMZSWAP
5 select LZO_DECOMPRESS 5 select LZO_DECOMPRESS
6 default n 6 default n
7 help 7 help
8 Creates virtual block devices which can be used (only) as a swap 8 Creates virtual block devices which can (only) be used as swap
9 disks. Pages swapped to these disks are compressed and stored in 9 disks. Pages swapped to these disks are compressed and stored in
10 memory itself. 10 memory itself.
11 11