csky: Fixup typos
authorJunlin Yang <yangjunlin@yulong.com>
Sat, 6 Mar 2021 03:23:14 +0000 (11:23 +0800)
committerGuo Ren <guoren@linux.alibaba.com>
Tue, 20 Apr 2021 01:58:29 +0000 (09:58 +0800)
fixes three typos found by codespell.

Signed-off-by: Junlin Yang <yangjunlin@yulong.com>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/include/asm/asid.h
arch/csky/include/asm/barrier.h
arch/csky/include/asm/vdso.h

index ac08b0ffbe1fc64d9c46983bfb3a4e74f2d91bd1..6ff205a97a1442dc93fa4c4d9dd4f5e691cf7dbf 100644 (file)
@@ -37,7 +37,7 @@ void asid_new_context(struct asid_info *info, atomic64_t *pasid,
  * Check the ASID is still valid for the context. If not generate a new ASID.
  *
  * @pasid: Pointer to the current ASID batch
- * @cpu: current CPU ID. Must have been acquired throught get_cpu()
+ * @cpu: current CPU ID. Must have been acquired through get_cpu()
  */
 static inline void asid_check_context(struct asid_info *info,
                                      atomic64_t *pasid, unsigned int cpu,
index 84fc600c8b453416f03fc5509838541d58d4e3b1..f4045dd53e176ce5ce5be83b7d5b0ca354508932 100644 (file)
@@ -64,7 +64,7 @@
 
 /*
  * sync:        completion barrier, all sync.xx instructions
- *              guarantee the last response recieved by bus transaction
+ *              guarantee the last response received by bus transaction
  *              made by ld/st instructions before sync.s
  * sync.s:      inherit from sync, but also shareable to other cores
  * sync.i:      inherit from sync, but also flush cpu pipeline
index eb5142f9c564c86cc92335eeb71c373493336a76..bdce581b5fcb8113129221acab65436dfbf8de9a 100644 (file)
@@ -16,7 +16,7 @@ struct vdso_data {
  * offset of 0, but since the linker must support setting weak undefined
  * symbols to the absolute address 0 it also happens to support other low
  * addresses even when the code model suggests those low addresses would not
- * otherwise be availiable.
+ * otherwise be available.
  */
 #define VDSO_SYMBOL(base, name)                                                        \
 ({                                                                             \