Skip to content

Commit bbcee72

Browse files
unixbhaskarMichal Simek
authored andcommitted
microblaze: Fix a typo
s/storign/storing/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210319045323.21241-1-unixbhaskar@gmail.com Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
1 parent 9dc12e4 commit bbcee72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)