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

csky: fix typos in comments

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

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Guo Ren <guoren@kernel.org>

authored by

Julia Lawall and committed by
Guo Ren
d17ecf44 31231092

+2 -2
+1 -1
arch/csky/kernel/module.c
··· 68 68 *location = rel[i].r_addend + sym->st_value; 69 69 break; 70 70 case R_CSKY_PC32: 71 - /* Add the value, subtract its postition */ 71 + /* Add the value, subtract its position */ 72 72 *location = rel[i].r_addend + sym->st_value 73 73 - (uint32_t)location; 74 74 break;
+1 -1
arch/csky/kernel/probes/uprobes.c
··· 102 102 struct uprobe_task *utask = current->utask; 103 103 104 104 /* 105 - * Task has received a fatal signal, so reset back to probbed 105 + * Task has received a fatal signal, so reset back to probed 106 106 * address. 107 107 */ 108 108 instruction_pointer_set(regs, utask->vaddr);