Message ID | 78656.1720853990@turing-police (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | mm: fix typo in Kconfig | expand |
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" >
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"
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>