diff options
author | 2025-06-03 08:13:03 +0200 | |
---|---|---|
committer | 2025-07-09 22:41:54 -0700 | |
commit | bafa31a1ceab70c70df40ff09b88f359cd0117c4 (patch) | |
tree | bc3abfd55acc1584c09e502ccc11027f95fbd3d7 | |
parent | mm/hugetlb: convert hugetlb_change_protection() to folios (diff) | |
download | wireguard-linux-bafa31a1ceab70c70df40ff09b88f359cd0117c4.tar.xz wireguard-linux-bafa31a1ceab70c70df40ff09b88f359cd0117c4.zip |
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>
-rw-r--r-- | mm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index 781be3240e21..15716b1a5e21 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. |