lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 14 Sep 2021 08:14:27 +0000
From:   SeongJae Park <sj38.park@...il.com>
To:     Geert Uytterhoeven <geert@...ux-m68k.org>
Cc:     SeongJae Park <sjpark@...zon.de>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Jiri Kosina <trivial@...nel.org>, linux-mm@...ck.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH trivial] mm/damon: Grammar s/works/work/

From: SeongJae Park <sjpark@...zon.de>

Hi Geert,


Thank you for this patch!

On Tue, 14 Sep 2021 09:34:51 +0200	[thread overview] Geert Uytterhoeven <geert@...ux-m68k.org> 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@...ux-m68k.org>

Reviewed-by: SeongJae Park <sjpark@...zon.de>


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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ