[PATCH 1/2] ubifs: Kconfig: fix the description in Kconfig
Dongsheng Yang
yangds.fnst at cn.fujitsu.com
Tue Jun 30 22:29:59 PDT 2015
If unsure we would say 'N' rather than 'Y'.
Signed-off-by: Dongsheng Yang <yangds.fnst at cn.fujitsu.com>
---
fs/ubifs/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/ubifs/Kconfig b/fs/ubifs/Kconfig
index ba66d50..f9aaad1 100644
--- a/fs/ubifs/Kconfig
+++ b/fs/ubifs/Kconfig
@@ -27,11 +27,11 @@ config UBIFS_FS_LZO
default y
help
LZO compressor is generally faster than zlib but compresses worse.
- Say 'Y' if unsure.
+ Say 'N' if unsure.
config UBIFS_FS_ZLIB
bool "ZLIB compression support" if UBIFS_FS_ADVANCED_COMPR
depends on UBIFS_FS
default y
help
- Zlib compresses better than LZO but it is slower. Say 'Y' if unsure.
+ Zlib compresses better than LZO but it is slower. Say 'N' if unsure.
--
1.8.4.2
More information about the linux-mtd
mailing list