From: Valdis Kletnieks Date: Sat, 13 Jul 2024 06:59:50 +0000 (-0400) Subject: mm: fix typo in Kconfig X-Git-Tag: v6.12-rc1~115^2~409 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcb4824b264058f9ee1ac2aa6b7155468978fde6;p=thirdparty%2Flinux.git mm: fix typo in Kconfig Fix typo in Kconfig help Link: https://lkml.kernel.org/r/78656.1720853990@turing-police Fixes: e93d4166b40a ("mm: memcg: put cgroup v1-specific code under a config option") Signed-off-by: Valdis Kletnieks Acked-by: Roman Gushchin Cc: Johannes Weiner Cc: Matthew Wilcox (Oracle) Cc: Muchun Song Signed-off-by: Andrew Morton --- diff --git a/init/Kconfig b/init/Kconfig index 5783a0b875172..f34371530e681 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -986,7 +986,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"