[PATCH] squashfs: Fix typo in help for CONFIG_SQUASHFS_COMP_CACHE_FULL

Daniel Palmer posted 1 patch 2 weeks, 2 days ago
fs/squashfs/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] squashfs: Fix typo in help for CONFIG_SQUASHFS_COMP_CACHE_FULL
Posted by Daniel Palmer 2 weeks, 2 days ago
Change "reducinng" to "reducing".

Fixes: 2e227ff5e272 ("squashfs: add optional full compressed block caching")
Signed-off-by: Daniel Palmer <daniel@thingy.jp>
---
 fs/squashfs/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
index a9602aae21ef..0a0715b0a887 100644
--- a/fs/squashfs/Kconfig
+++ b/fs/squashfs/Kconfig
@@ -156,7 +156,7 @@ config SQUASHFS_COMP_CACHE_FULL
 	help
 	  This option enables caching of all compressed blocks, Without caching,
 	  repeated reads of the same files trigger excessive disk I/O, significantly
-	  reducinng performance in workloads like fio-based benchmarks.
+	  reducing performance in workloads like fio-based benchmarks.
 
 	  For example, fio tests (iodepth=1, numjobs=1, ioengine=psync) show:
 	   With caching: IOPS=2223, BW=278MiB/s (291MB/s)
-- 
2.51.0
Re: [PATCH] squashfs: Fix typo in help for CONFIG_SQUASHFS_COMP_CACHE_FULL
Posted by Chanho Min 2 weeks, 2 days ago
On Wed, Jan 21, 2026 at 10:22:53PM +0900, Daniel Palmer wrote:
> Change "reducinng" to "reducing".
> 
> Fixes: 2e227ff5e272 ("squashfs: add optional full compressed block caching")
> Signed-off-by: Daniel Palmer <daniel@thingy.jp>
> ---
>  fs/squashfs/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig
> index a9602aae21ef..0a0715b0a887 100644
> --- a/fs/squashfs/Kconfig
> +++ b/fs/squashfs/Kconfig
> @@ -156,7 +156,7 @@ config SQUASHFS_COMP_CACHE_FULL
>  	help
>  	  This option enables caching of all compressed blocks, Without caching,
>  	  repeated reads of the same files trigger excessive disk I/O, significantly
> -	  reducinng performance in workloads like fio-based benchmarks.
> +	  reducing performance in workloads like fio-based benchmarks.
>  
>  	  For example, fio tests (iodepth=1, numjobs=1, ioengine=psync) show:
>  	   With caching: IOPS=2223, BW=278MiB/s (291MB/s)

Acked-by: Chanho Min <chanho.min@lge.com>

> -- 
> 2.51.0
>