Skip to content

Commit bbcee72

Browse files
unixbhaskarMichal Simek
authored andcommitted
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]>
1 parent 9dc12e4 commit bbcee72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/microblaze/lib/uaccess_old.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ w2: sw r4, r5, r3
188188
.text
189189

190190
.align 4 /* Alignment is important to keep icache happy */
191-
page: /* Create room on stack and save registers for storign values */
191+
page: /* Create room on stack and save registers for storing values */
192192
addik r1, r1, -40
193193
swi r5, r1, 0
194194
swi r6, r1, 4

0 commit comments

Comments
 (0)