From 360292c7ab527c48ba023103e10a4f6db7ecc2a5 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 19 Dec 2018 14:55:45 +0000 Subject: fix various typos Saw a couple of typos fixes in the patch DragonFlyBSD carries [1], so I ran codespell (a spell checker for code) on the whole repo. [1] https://github.com/DragonFlyBSD/DPorts/blob/master/graphics/libdrm/files/patch-xf86drm.c Signed-off-by: Eric Engestrom Reviewed-by: Daniel Vetter Reviewed-by: Emil Velikov --- exynos/exynos_drm.c | 2 +- exynos/exynos_drm.h | 2 +- exynos/exynos_drmif.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'exynos') diff --git a/exynos/exynos_drm.c b/exynos/exynos_drm.c index 078bf2c5..b008ad73 100644 --- a/exynos/exynos_drm.c +++ b/exynos/exynos_drm.c @@ -276,7 +276,7 @@ drm_public uint32_t exynos_bo_handle(struct exynos_bo *bo) * @bo: a exynos buffer object including a gem object handle to be mmapped * to user space. * - * if true, user pointer mmaped else NULL. + * if true, user pointer mmapped else NULL. */ drm_public void *exynos_bo_map(struct exynos_bo *bo) { diff --git a/exynos/exynos_drm.h b/exynos/exynos_drm.h index c3af0ac5..50181c40 100644 --- a/exynos/exynos_drm.h +++ b/exynos/exynos_drm.h @@ -64,7 +64,7 @@ struct drm_exynos_gem_info { /** * A structure for user connection request of virtual display. * - * @connection: indicate whether doing connetion or not by user. + * @connection: indicate whether doing connection or not by user. * @extensions: if this value is 1 then the vidi driver would need additional * 128bytes edid data. * @edid: the edid data pointer from user side. diff --git a/exynos/exynos_drmif.h b/exynos/exynos_drmif.h index 154439bb..bcf85951 100644 --- a/exynos/exynos_drmif.h +++ b/exynos/exynos_drmif.h @@ -46,7 +46,7 @@ struct exynos_device { * @handle: a gem handle to gem object created. * @flags: indicate memory allocation and cache attribute types. * @size: size to the buffer created. - * @vaddr: user space address to a gem buffer mmaped. + * @vaddr: user space address to a gem buffer mmapped. * @name: a gem global handle from flink request. */ struct exynos_bo { -- cgit v1.2.3