diff options
author | Valdis Kletnieks <[email protected]> | 2024-07-13 02:59:50 -0400 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-09-01 20:25:45 -0700 |
commit | fcb4824b264058f9ee1ac2aa6b7155468978fde6 (patch) | |
tree | efe3f9ad4ef81803a77cec021230b62fcb938d42 | |
parent | 6beeab870e70b2d4f49baf6c6be9da1b61c169f8 (diff) |
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 <[email protected]>
Acked-by: Roman Gushchin <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Muchun Song <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 5783a0b87517..f34371530e68 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" |