From: Jason Wang Date: Sat, 13 Nov 2021 03:25:52 +0000 (+0800) Subject: MIPS: Remove a repeated word in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=13166af248988f9752de5783ec7185c3212f416b;p=linux.git MIPS: Remove a repeated word in a comment The repeated word `the' in a comment is redundant, thus one of them was removed from the comment. Signed-off-by: Jason Wang Acked-by: Randy Dunlap Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/mm/c-octeon.c b/arch/mips/mm/c-octeon.c index ec2ae501539a3..490322b01f915 100644 --- a/arch/mips/mm/c-octeon.c +++ b/arch/mips/mm/c-octeon.c @@ -332,7 +332,7 @@ static void co_cache_error_call_notifiers(unsigned long val) } /* - * Called when the the exception is recoverable + * Called when the exception is recoverable */ asmlinkage void cache_parity_error_octeon_recoverable(void)