[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220721025158.21856-1-slark_xiao@163.com>
Date: Thu, 21 Jul 2022 10:51:58 +0800
From: Slark Xiao <slark_xiao@....com>
To: monstr@...str.eu
Cc: linux-kernel@...r.kernel.org, Slark Xiao <slark_xiao@....com>
Subject: [PATCH] microblaze: Fix typo in comment
Fix typo in the comment
Signed-off-by: Slark Xiao <slark_xiao@....com>
---
arch/microblaze/kernel/entry.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/microblaze/kernel/entry.S b/arch/microblaze/kernel/entry.S
index b179f8f6d287..8651fe351276 100644
--- a/arch/microblaze/kernel/entry.S
+++ b/arch/microblaze/kernel/entry.S
@@ -456,7 +456,7 @@ TRAP_return: /* Make global symbol for debugging */
/* This the initial entry point for a new child thread, with an appropriate
- stack in place that makes it look the the child is in the middle of an
+ stack in place that makes it look the child is in the middle of an
syscall. This function is actually `returned to' from switch_thread
(copy_thread makes ret_from_fork the return address in each new thread's
saved context). */
--
2.25.1
Powered by blists - more mailing lists