diff options
author | Nir Levy <bhr166@gmail.com> | 2022-11-23 16:17:20 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-01-19 13:19:39 +0300 |
commit | 5fc1f76a85ce50b501b1d2ef04a29bc79910807d (patch) | |
tree | 1e928f8c0f6f24bcf6251919197e245607d4844a /arch/arm/mach-omap2 | |
parent | 5dbbc9e00c29767b31192dc314b009d314856c4f (diff) | |
download | linux-5fc1f76a85ce50b501b1d2ef04a29bc79910807d.tar.xz |
ARM: OMAP2+: Fix spelling typos in comment
Fix spelling: adress -> address
Signed-off-by: Nir Levy <bhr166@gmail.com>
Message-Id: <20221123131720.79978-1-bhr166@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/sleep34xx.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |