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

csky: Fixup typos

fixes three typos found by codespell.

Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>

authored by

Junlin Yang and committed by
Guo Ren
0b1f557a 4f192ac0

+3 -3
+1 -1
arch/csky/include/asm/asid.h
··· 37 37 * Check the ASID is still valid for the context. If not generate a new ASID. 38 38 * 39 39 * @pasid: Pointer to the current ASID batch 40 - * @cpu: current CPU ID. Must have been acquired throught get_cpu() 40 + * @cpu: current CPU ID. Must have been acquired through get_cpu() 41 41 */ 42 42 static inline void asid_check_context(struct asid_info *info, 43 43 atomic64_t *pasid, unsigned int cpu,
+1 -1
arch/csky/include/asm/barrier.h
··· 64 64 65 65 /* 66 66 * sync: completion barrier, all sync.xx instructions 67 - * guarantee the last response recieved by bus transaction 67 + * guarantee the last response received by bus transaction 68 68 * made by ld/st instructions before sync.s 69 69 * sync.s: inherit from sync, but also shareable to other cores 70 70 * sync.i: inherit from sync, but also flush cpu pipeline
+1 -1
arch/csky/include/asm/vdso.h
··· 16 16 * offset of 0, but since the linker must support setting weak undefined 17 17 * symbols to the absolute address 0 it also happens to support other low 18 18 * addresses even when the code model suggests those low addresses would not 19 - * otherwise be availiable. 19 + * otherwise be available. 20 20 */ 21 21 #define VDSO_SYMBOL(base, name) \ 22 22 ({ \