]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
mm/damon: grammar s/works/work/
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 5 Nov 2021 20:45:52 +0000 (13:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Nov 2021 20:30:43 +0000 (13:30 -0700)
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 <geert@linux-m68k.org>
Reviewed-by: SeongJae Park <sjpark@amazon.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/damon/Kconfig

index 37024798a97caf0b33941e6632ca88cce133e03f..ba8898c7eb8eb35e12e4b21846ce06210ee1c3e1 100644 (file)
@@ -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