Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mm: Kconfig: use verb *use* in plural form in description

*workloads* is plural requiring the verb *use* in plural form.

Link: https://lkml.kernel.org/r/20250603061303.479551-2-pmenzel@molgen.mpg.de
Fixes: e13e7922d034 ("mm: add CONFIG_PAGE_BLOCK_ORDER to select page block order")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Reviewed-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Paul Menzel and committed by
Andrew Morton
bafa31a1 cdf48aa8

+1 -1
+1 -1
mm/Kconfig
··· 1022 1022 or MAX_PAGE_ORDER. 1023 1023 1024 1024 Reducing pageblock order can negatively impact THP generation 1025 - success rate. If your workloads uses THP heavily, please use this 1025 + success rate. If your workloads use THP heavily, please use this 1026 1026 option with caution. 1027 1027 1028 1028 Don't change if unsure.