Skip to content

Commit 0b1f557

Browse files
Junlin Yangguoren83
authored andcommitted
csky: Fixup typos
fixes three typos found by codespell. Signed-off-by: Junlin Yang <[email protected]> Signed-off-by: Guo Ren <[email protected]>
1 parent 4f192ac commit 0b1f557

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/csky/include/asm/asid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void asid_new_context(struct asid_info *info, atomic64_t *pasid,
3737
* Check the ASID is still valid for the context. If not generate a new ASID.
3838
*
3939
* @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()
4141
*/
4242
static inline void asid_check_context(struct asid_info *info,
4343
atomic64_t *pasid, unsigned int cpu,

arch/csky/include/asm/barrier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
/*
6666
* 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
6868
* made by ld/st instructions before sync.s
6969
* sync.s: inherit from sync, but also shareable to other cores
7070
* sync.i: inherit from sync, but also flush cpu pipeline

arch/csky/include/asm/vdso.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct vdso_data {
1616
* offset of 0, but since the linker must support setting weak undefined
1717
* symbols to the absolute address 0 it also happens to support other low
1818
* addresses even when the code model suggests those low addresses would not
19-
* otherwise be availiable.
19+
* otherwise be available.
2020
*/
2121
#define VDSO_SYMBOL(base, name) \
2222
({ \

0 commit comments

Comments
 (0)