projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd23dd
)
microblaze: Fix some typos in comment
author
Slark Xiao
<slark_xiao@163.com>
Thu, 21 Jul 2022 07:15:20 +0000
(15:15 +0800)
committer
Michal Simek
<michal.simek@amd.com>
Fri, 29 Jul 2022 10:37:27 +0000
(12:37 +0200)
Replace 'the the' with 'like the' in the comment.
Replace 'an' with 'a'.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/20220721071520.48384-1-slark_xiao@163.com
arch/microblaze/kernel/entry.S
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/entry.S
b/arch/microblaze/kernel/entry.S
index b179f8f6d287e41d5105f69f6550d711d1c76067..d875a0c01032bc258b30b22325e78bc64dbbe0a1 100644
(file)
--- 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
like the child is in the middle of a
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). */