All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: mach-omap2: Fix spelling typos in comment
@ 2022-11-23  7:48 Nir Levy
  0 siblings, 0 replies; 3+ messages in thread
From: Nir Levy @ 2022-11-23  7:48 UTC (permalink / raw)
  To: tony, linux-omap; +Cc: bhr166

---
 arch/arm/mach-omap2/sleep34xx.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/sleep34xx.S b/arch/arm/mach-omap2/sleep34xx.S
index c4e97d35c310..781a131b40a6 100644
--- a/arch/arm/mach-omap2/sleep34xx.S
+++ b/arch/arm/mach-omap2/sleep34xx.S
@@ -465,7 +465,7 @@ l2_inv_gp:
 	mov	r12, #0x2
 	smc	#0			@ Call SMI monitor (smieq)
 logic_l1_restore:
-	adr	r0, l2dis_3630_offset	@ adress for offset
+	adr	r0, l2dis_3630_offset	@ address for offset
 	ldr	r1, [r0]		@ value for offset
 	ldr	r1, [r0, r1]		@ value at l2dis_3630
 	cmp	r1, #0x1		@ Test if L2 re-enable needed on 3630
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH] arm: mach-omap2: Fix spelling typos in comment
@ 2022-11-23 13:17 Nir Levy
  2023-01-19 10:17 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Nir Levy @ 2022-11-23 13:17 UTC (permalink / raw)
  To: tony, linux-omap; +Cc: bhr166

Fix spelling: adress -> address
Signed-off-by: Nir Levy <bhr166@gmail.com>

---
 arch/arm/mach-omap2/sleep34xx.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-omap2/sleep34xx.S b/arch/arm/mach-omap2/sleep34xx.S
index c4e97d35c310..781a131b40a6 100644
--- a/arch/arm/mach-omap2/sleep34xx.S
+++ b/arch/arm/mach-omap2/sleep34xx.S
@@ -465,7 +465,7 @@ l2_inv_gp:
 	mov	r12, #0x2
 	smc	#0			@ Call SMI monitor (smieq)
 logic_l1_restore:
-	adr	r0, l2dis_3630_offset	@ adress for offset
+	adr	r0, l2dis_3630_offset	@ address for offset
 	ldr	r1, [r0]		@ value for offset
 	ldr	r1, [r0, r1]		@ value at l2dis_3630
 	cmp	r1, #0x1		@ Test if L2 re-enable needed on 3630
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-19 10:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-23  7:48 [PATCH] arm: mach-omap2: Fix spelling typos in comment Nir Levy
  -- strict thread matches above, loose matches on Subject: below --
2022-11-23 13:17 Nir Levy
2023-01-19 10:17 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.