From: SeongJae Park <sjpark@xxxxxxxxx> Hi Geert, Thank you for this patch! On Tue, 14 Sep 2021 09:34:51 +0200 [thread overview] Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > Correct a singular versus plural grammar mistake in the help text for > the DAMON_VADDR config symbol. > > Fixes: 3f49584b262cf8f4 ("mm/damon: implement primitives for the virtual memory address spaces") > Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> Reviewed-by: SeongJae Park <sjpark@xxxxxxxxx> Thanks, SJ > --- > mm/damon/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/mm/damon/Kconfig b/mm/damon/Kconfig > index 37024798a97caf0b..ba8898c7eb8eb35e 100644 > --- a/mm/damon/Kconfig > +++ b/mm/damon/Kconfig > @@ -30,7 +30,7 @@ config DAMON_VADDR > select PAGE_IDLE_FLAG > help > This builds the default data access monitoring primitives for DAMON > - that works for virtual address spaces. > + that work for virtual address spaces. > > config DAMON_VADDR_KUNIT_TEST > bool "Test for DAMON primitives" if !KUNIT_ALL_TESTS > -- > 2.25.1 >