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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 6 Mar 2019 02:44:06 -0700
From:   William Kucharski <william.kucharski@...cle.com>
To:     Laurent Dufour <ldufour@...ux.ibm.com>
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        Matthew Wilcox <willy@...radead.org>
Subject: Re: [PATCH] mm/filemap: fix minor typo


> Cc: Matthew Wilcox <willy@...radead.org>
> Signed-off-by: Laurent Dufour <ldufour@...ux.ibm.com>
> ---
> mm/filemap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/filemap.c b/mm/filemap.c
> index cace3eb8069f..377cedaa3ae5 100644
> --- a/mm/filemap.c
> +++ b/mm/filemap.c
> @@ -1440,7 +1440,7 @@ pgoff_t page_cache_next_miss(struct address_space *mapping,
> EXPORT_SYMBOL(page_cache_next_miss);
> 
> /**
> - * page_cache_prev_miss() - Find the next gap in the page cache.
> + * page_cache_prev_miss() - Find the previous gap in the page cache.
>  * @mapping: Mapping.
>  * @index: Index.
>  * @max_scan: Maximum range to search.
> -- 
> 2.21.0
> 

Reviewed-by: William Kucharski <william.kucharski@...cle.com>

Powered by blists - more mailing lists