* [PATCH] xtensa: Couple of typo fixes
@ 2021-03-25 4:08 Bhaskar Chowdhury
2021-03-26 16:52 ` Max Filippov
0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-25 4:08 UTC (permalink / raw)
To: chris, jcmvbkbc, unixbhaskar, linux-xtensa, linux-kernel; +Cc: rdunlap
s/contans/contains/
s/desination/destination/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
arch/xtensa/kernel/head.S | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/xtensa/kernel/head.S b/arch/xtensa/kernel/head.S
index e0c1fac0910f..c74fdaacf4cf 100644
--- a/arch/xtensa/kernel/head.S
+++ b/arch/xtensa/kernel/head.S
@@ -212,7 +212,7 @@ ENTRY(_startup)
*
* The linker script used to build the Linux kernel image
* creates a table located at __boot_reloc_table_start
- * that contans the information what data needs to be unpacked.
+ * that contains the information what data needs to be unpacked.
*
* Uses a2-a7.
*/
@@ -222,7 +222,7 @@ ENTRY(_startup)
1: beq a2, a3, 3f # no more entries?
l32i a4, a2, 0 # start destination (in RAM)
- l32i a5, a2, 4 # end desination (in RAM)
+ l32i a5, a2, 4 # end destination (in RAM)
l32i a6, a2, 8 # start source (in ROM)
addi a2, a2, 12 # next entry
beq a4, a5, 1b # skip, empty entry
--
2.30.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xtensa: Couple of typo fixes
2021-03-25 4:08 [PATCH] xtensa: Couple of typo fixes Bhaskar Chowdhury
@ 2021-03-26 16:52 ` Max Filippov
0 siblings, 0 replies; 2+ messages in thread
From: Max Filippov @ 2021-03-26 16:52 UTC (permalink / raw)
To: Bhaskar Chowdhury
Cc: Chris Zankel, open list:TENSILICA XTENSA PORT (xtensa), LKML,
Randy Dunlap
On Wed, Mar 24, 2021 at 9:09 PM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote:
>
> s/contans/contains/
> s/desination/destination/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
> arch/xtensa/kernel/head.S | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks, applied to my xtensa tree.
--
Thanks.
-- Max
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-26 16:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-25 4:08 [PATCH] xtensa: Couple of typo fixes Bhaskar Chowdhury
2021-03-26 16:52 ` Max Filippov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox