Commit bafa31a1 authored by Paul Menzel's avatar Paul Menzel Committed by Andrew Morton
Browse files

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: e13e7922 ("mm: add CONFIG_PAGE_BLOCK_ORDER to select page block order")
Signed-off-by: default avatarPaul Menzel <pmenzel@molgen.mpg.de>
Acked-by: default avatarMike Rapoport (Microsoft) <rppt@kernel.org>
Reviewed-by: default avatarLorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: default avatarZi Yan <ziy@nvidia.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent cdf48aa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.