[PATCH] mm: fix typo in Kconfig

Valdis Klētnieks posted 1 patch 1 year, 6 months ago
[PATCH] mm: fix typo in Kconfig
Posted by Valdis Klētnieks 1 year, 6 months ago
Fix typo in Kconfig help

Fixes: e93d4166b40a8 ("mm: memcg: put cgroup v1-specific code under a config option")
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>

diff --git a/init/Kconfig b/init/Kconfig
index 1c701db1033e..bd378757d0ac 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -984,7 +984,7 @@ config MEMCG_V1
 	  going to shrink due to deprecation process. New deployments with v1
 	  controller are highly discouraged.
 
-	  San N is unsure.
+	  Say N if unsure.
 
 config BLK_CGROUP
 	bool "IO controller"
Re: [PATCH] mm: fix typo in Kconfig
Posted by Roman Gushchin 1 year, 6 months ago
On Sat, Jul 13, 2024 at 02:59:50AM -0400, Valdis Kletnieks wrote:
> Fix typo in Kconfig help
> 
> Fixes: e93d4166b40a8 ("mm: memcg: put cgroup v1-specific code under a config option")
> Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>

Acked-by: Roman Gushchin <roman.gushchin@linux.dev>

Thank you!

> 
> diff --git a/init/Kconfig b/init/Kconfig
> index 1c701db1033e..bd378757d0ac 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -984,7 +984,7 @@ config MEMCG_V1
>  	  going to shrink due to deprecation process. New deployments with v1
>  	  controller are highly discouraged.
>  
> -	  San N is unsure.
> +	  Say N if unsure.
>  
>  config BLK_CGROUP
>  	bool "IO controller"
>