summaryrefslogtreecommitdiff
path: root/exynos
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-12-19 14:55:45 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2019-04-17 18:23:25 +0100
commit360292c7ab527c48ba023103e10a4f6db7ecc2a5 (patch)
treea0020ffe93ff9094bacf4602752e2da477868175 /exynos
parentad8bec1ed86158df374ea99bd6e73c5aa7bb089f (diff)
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 <eric.engestrom@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'exynos')
-rw-r--r--exynos/exynos_drm.c2
-rw-r--r--exynos/exynos_drm.h2
-rw-r--r--exynos/exynos_drmif.h2
3 files changed, 3 insertions, 3 deletions
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 {