diff options
author | Bhaskar Chowdhury <[email protected]> | 2021-03-19 10:23:23 +0530 |
---|---|---|
committer | Michal Simek <[email protected]> | 2021-03-22 09:26:39 +0100 |
commit | bbcee72c2f7ad889be7513d5e700165c3cb30e60 (patch) | |
tree | c2a6685fb23e6bedfbec0ca914b466a4330c00dc | |
parent | 9dc12e4ccd97c07d5c9ed9ea4a75a5e16bc3700e (diff) |
microblaze: Fix a typo
s/storign/storing/
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
-rw-r--r-- | arch/microblaze/lib/uaccess_old.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/lib/uaccess_old.S b/arch/microblaze/lib/uaccess_old.S index 0e8cc2710c27..eca290090038 100644 --- a/arch/microblaze/lib/uaccess_old.S +++ b/arch/microblaze/lib/uaccess_old.S @@ -188,7 +188,7 @@ w2: sw r4, r5, r3 .text .align 4 /* Alignment is important to keep icache happy */ -page: /* Create room on stack and save registers for storign values */ +page: /* Create room on stack and save registers for storing values */ addik r1, r1, -40 swi r5, r1, 0 swi r6, r1, 4 |