Commit f24b0626 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

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: 3f49584b ("mm/damon: implement primitives for the virtual memory address spaces")
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: default avatarSeongJae Park <sjpark@amazon.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4f612ed3
...@@ -30,7 +30,7 @@ config DAMON_VADDR ...@@ -30,7 +30,7 @@ config DAMON_VADDR
select PAGE_IDLE_FLAG select PAGE_IDLE_FLAG
help help
This builds the default data access monitoring primitives for DAMON 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 config DAMON_VADDR_KUNIT_TEST
bool "Test for DAMON primitives" if !KUNIT_ALL_TESTS bool "Test for DAMON primitives" if !KUNIT_ALL_TESTS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment