From: Paul Menzel Date: Tue, 3 Jun 2025 06:13:03 +0000 (+0200) Subject: mm: Kconfig: use verb *use* in plural form in description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bafa31a1ceab70c70df40ff09b88f359cd0117c4;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Mike Rapoport (Microsoft) Reviewed-by: Lorenzo Stoakes Reviewed-by: Zi Yan Signed-off-by: Andrew Morton --- diff --git a/mm/Kconfig b/mm/Kconfig index 781be3240e216..15716b1a5e21c 100644 --- a/mm/Kconfig +++ b/mm/Kconfig @@ -1022,7 +1022,7 @@ config PAGE_BLOCK_ORDER or MAX_PAGE_ORDER. Reducing pageblock order can negatively impact THP generation - success rate. If your workloads uses THP heavily, please use this + success rate. If your workloads use THP heavily, please use this option with caution. Don't change if unsure.