aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2017-10-12 16:06:16 +0200
committerThierry Reding <treding@nvidia.com>2017-10-13 15:40:25 +0200
commit9ac078159e2cf563c10d63a2a3dd773d2a480b49 (patch)
treeb767f5d7a09578baa6cb9cdb240d2ebd718382f7 /drivers/gpu/drm/drm_atomic_helper.c
parentdrm: Add missing __user annotation to drm_syncobj_array_find() (diff)
downloadlinux-dev-9ac078159e2cf563c10d63a2a3dd773d2a480b49.tar.xz
linux-dev-9ac078159e2cf563c10d63a2a3dd773d2a480b49.zip
drm/atomic-helper: Fix typo
Fix "esay-to-use" to "easy-to-use" typo. Acked-by: Noralf Trønnes <noralf@tronnes.org> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171012140616.9002-1-thierry.reding@gmail.com
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/drm_atomic_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
index 4a262380c631..14b71c888833 100644
--- a/drivers/gpu/drm/drm_atomic_helper.c
+++ b/drivers/gpu/drm/drm_atomic_helper.c
@@ -1704,7 +1704,7 @@ crtc_or_fake_commit(struct drm_atomic_state *state, struct drm_crtc *crtc)
* drm_atomic_helper_commit_cleanup_done().
*
* This is all implemented by in drm_atomic_helper_commit(), giving drivers a
- * complete and esay-to-use default implementation of the atomic_commit() hook.
+ * complete and easy-to-use default implementation of the atomic_commit() hook.
*
* The tracking of asynchronously executed and still pending commits is done
* using the core structure &drm_crtc_commit.