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 <wangborong@cdjrlc.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Jason Wang 2021-11-13 11:25:52 +08:00 committed by Thomas Bogendoerfer
parent d58071a8a7
commit 13166af248

View 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)