summaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/vdso.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-05-03 12:58:31 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-05-03 12:58:31 -0700
commitcda689f8708b6bef0b921c3a17fcdecbe959a079 (patch)
tree63d6c33f72a6672a6fcf93ab3c59a6b94e7da6a0 /arch/csky/include/asm/vdso.h
parentd835ff6c96ae6fa1ea474b0290a46e514ab6742b (diff)
parente58a41c2226847fb1446f3942dc1b55af8acfe02 (diff)
downloadlinux-cda689f8708b6bef0b921c3a17fcdecbe959a079.tar.bz2
Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linux
Pull arch/csky updates from Guo Ren: "Just cleanups" * tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linux: csky: uaccess.h: Coding convention with asm generic csky: fix syscache.c fallthrough warning csky: Fixup typos csky: Remove duplicate include in arch/csky/kernel/entry.S
Diffstat (limited to 'arch/csky/include/asm/vdso.h')
-rw-r--r--arch/csky/include/asm/vdso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/include/asm/vdso.h b/arch/csky/include/asm/vdso.h
index eb5142f9c564..bdce581b5fcb 100644
--- a/arch/csky/include/asm/vdso.h
+++ b/arch/csky/include/asm/vdso.h
@@ -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) \
({ \