From: Randy Dunlap Date: Wed, 12 Aug 2020 01:32:53 +0000 (-0700) Subject: mm/filemap.c: delete duplicated word X-Git-Tag: v5.15~3116^2~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce89fddfe0b73e99b2edd8cfd21afd461258a2df;p=platform%2Fkernel%2Flinux-starfive.git mm/filemap.c: delete duplicated word Drop the repeated word "the". Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Reviewed-by: Zi Yan Link: http://lkml.kernel.org/r/20200801173822.14973-3-rdunlap@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/mm/filemap.c b/mm/filemap.c index f2bb5ff..8e75bce 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -2885,7 +2885,7 @@ filler: * Case a, the page will be up to date when the page is unlocked. * There is no need to serialise on the page lock here as the page * is pinned so the lock gives no additional protection. Even if the - * the page is truncated, the data is still valid if PageUptodate as + * page is truncated, the data is still valid if PageUptodate as * it's a race vs truncate race. * Case b, the page will not be up to date * Case c, the page may be truncated but in itself, the data may still