aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2019-12-06 14:53:35 +0100
committerThierry Reding <treding@nvidia.com>2019-12-22 11:09:46 +0100
commitdbe2d2bf79d2675e647d6a22fcb213e30a9b9706 (patch)
tree0d844ca226c015acfd1313ee61c3179493fe4cf8 /include/drm
parentdrm/stm: ltdc: move pinctrl to encoder mode set (diff)
downloadlinux-dev-dbe2d2bf79d2675e647d6a22fcb213e30a9b9706.tar.xz
linux-dev-dbe2d2bf79d2675e647d6a22fcb213e30a9b9706.zip
drm: Fix a couple of typos, punctation and whitespace issues
These are just a couple of things that I came across as I was reading through the code and comments. v2: added one more hunk that ended up in the wrong patch Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191206135336.2084564-1-thierry.reding@gmail.com
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_atomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h
index 5923819dcd68..c552d2dc9717 100644
--- a/include/drm/drm_atomic.h
+++ b/include/drm/drm_atomic.h
@@ -35,7 +35,7 @@
* struct drm_crtc_commit - track modeset commits on a CRTC
*
* This structure is used to track pending modeset changes and atomic commit on
- * a per-CRTC basis. Since updating the list should never block this structure
+ * a per-CRTC basis. Since updating the list should never block, this structure
* is reference counted to allow waiters to safely wait on an event to complete,
* without holding any locks.
*