MIPS: Remove a repeated word in a comment
authorJason Wang <wangborong@cdjrlc.com>
Sat, 13 Nov 2021 03:25:52 +0000 (11:25 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 29 Nov 2021 11:42:30 +0000 (12:42 +0100)
The repeated word `the' in a comment is redundant, thus one
of them was removed from the comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/mm/c-octeon.c

index ec2ae50..490322b 100644 (file)
@@ -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)