Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Link: https://lore.kernel.org/r/20220430191122.8667-1-Julia.Lawall@inria.fr
Signed-off-by: Michal Simek <michal.simek@amd.com>

authored by

Julia Lawall and committed by
Michal Simek
78b5f52a 68cbfae8

+2 -2
+1 -1
arch/microblaze/kernel/kgdb.c
··· 31 31 #define GDB_RTLBLO 55 32 32 #define GDB_RTLBHI 56 33 33 34 - /* keep pvr separately because it is unchangeble */ 34 + /* keep pvr separately because it is unchangeable */ 35 35 static struct pvr_s pvr; 36 36 37 37 void pt_regs_to_gdb_regs(unsigned long *gdb_regs, struct pt_regs *regs)
+1 -1
arch/microblaze/lib/memmove.c
··· 78 78 79 79 i_dst = (void *)dst; 80 80 /* Choose a copy scheme based on the source */ 81 - /* alignment relative to dstination. */ 81 + /* alignment relative to destination. */ 82 82 switch ((unsigned long)src & 3) { 83 83 case 0x0: /* Both byte offsets are aligned */ 84 84