The patch titled Subject: mm/filemap.c: fix minor typo has been added to the -mm tree. Its filename is mm-filemap-fix-minor-typo.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-filemap-fix-minor-typo.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-filemap-fix-minor-typo.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Laurent Dufour <ldufour@xxxxxxxxxxxxx> Subject: mm/filemap.c: fix minor typo Link: http://lkml.kernel.org/r/20190304155240.19215-1-ldufour@xxxxxxxxxxxxx Signed-off-by: Laurent Dufour <ldufour@xxxxxxxxxxxxx> Reviewed-by: William Kucharski <william.kucharski@xxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/filemap.c~mm-filemap-fix-minor-typo +++ a/mm/filemap.c @@ -1446,7 +1446,7 @@ pgoff_t page_cache_next_miss(struct addr 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. _ Patches currently in -mm which might be from ldufour@xxxxxxxxxxxxx are mm-filemap-fix-minor-typo.patch