From: Geert Uytterhoeven Date: Fri, 5 Nov 2021 20:45:52 +0000 (-0700) Subject: mm/damon: grammar s/works/work/ X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f24b0626076783d56ef41c6459fedf70ab6dcbd0;p=linux.git mm/damon: grammar s/works/work/ Correct a singular versus plural grammar mistake in the help text for the DAMON_VADDR config symbol. Link: https://lkml.kernel.org/r/20210914073451.3883834-1-geert@linux-m68k.org Fixes: 3f49584b262cf8f4 ("mm/damon: implement primitives for the virtual memory address spaces") Signed-off-by: Geert Uytterhoeven Reviewed-by: SeongJae Park Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/damon/Kconfig b/mm/damon/Kconfig index 37024798a97ca..ba8898c7eb8eb 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