]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mm: Kconfig: use verb *use* in plural form in description
authorPaul Menzel <pmenzel@molgen.mpg.de>
Tue, 3 Jun 2025 06:13:03 +0000 (08:13 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jul 2025 05:41:54 +0000 (22:41 -0700)
*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>
mm/Kconfig

index 781be3240e2163ed7d185dd9bd12cfa08d1c4f08..15716b1a5e21cd239c1beb036f5e3bb4a555eb09 100644 (file)
@@ -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.