[PATCH] v3: staging: erofs: fix typo
Karen Palacio
karen.palacio.1994 at gmail.com
Thu Jul 18 06:11:19 AEST 2019
Fix typo in Kconfig
Signed-off-by: Karen Palacio <karen.palacio.1994 at gmail.com>
diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
If unsure, leave the default value (5 retries, 6 IOs at most).
config EROFS_FS_ZIP
- bool "EROFS Data Compresssion Support"
+ bool "EROFS Data Compression Support"
depends on EROFS_FS
select LZ4_DECOMPRESS
help
---
drivers/staging/erofs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/erofs/Kconfig b/drivers/staging/erofs/Kconfig
index d04b798..0dcefac 100644
--- a/drivers/staging/erofs/Kconfig
+++ b/drivers/staging/erofs/Kconfig
@@ -88,7 +88,7 @@ config EROFS_FS_IO_MAX_RETRIES
If unsure, leave the default value (5 retries, 6 IOs at most).
config EROFS_FS_ZIP
- bool "EROFS Data Compresssion Support"
+ bool "EROFS Data Compression Support"
depends on EROFS_FS
select LZ4_DECOMPRESS
help
--
2.7.4
More information about the Linux-erofs
mailing list