[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220831064046.20936-1-yuanjilin@cdjrlc.com>
Date: Wed, 31 Aug 2022 14:40:46 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: chris@...kel.net, jcmvbkbc@...il.com
Cc: linux-xtensa@...ux-xtensa.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] xtensa: fix repeated words in comments
Delete the redundant word 'that'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
arch/xtensa/kernel/traps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/xtensa/kernel/traps.c b/arch/xtensa/kernel/traps.c
index 0c25e035ff10..998299debbf5 100644
--- a/arch/xtensa/kernel/traps.c
+++ b/arch/xtensa/kernel/traps.c
@@ -322,7 +322,7 @@ static void do_illegal_instruction(struct pt_regs *regs)
* When call0 application encounters an illegal instruction fast
* exception handler will attempt to set PS.WOE and retry failing
* instruction.
- * If we get here we know that that instruction is also illegal
+ * If we get here we know that instruction is also illegal
* with PS.WOE set, so it's not related to the windowed option
* hence PS.WOE may be cleared.
*/
--
2.36.1
Powered by blists - more mailing lists