projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8ac4b
)
drm/plane: Fix comment typo
author
Alyssa Rosenzweig
<alyssa@rosenzweig.io>
Sun, 29 Aug 2021 16:04:01 +0000
(12:04 -0400)
committer
Simon Ser
<contact@emersion.fr>
Sun, 29 Aug 2021 19:31:51 +0000
(21:31 +0200)
Minor typofix noticed when reading the KMS documentation.
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Simon Ser <contact@emersion.fr>
Link:
https://patchwork.freedesktop.org/patch/msgid/20210829160401.4588-1-alyssa@rosenzweig.io
include/drm/drm_plane.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_plane.h
b/include/drm/drm_plane.h
index fed97e35626fedc247a750659c690ded83075418..0c1102dc4d88341998c0c87e95119b778f2887cb 100644
(file)
--- a/
include/drm/drm_plane.h
+++ b/
include/drm/drm_plane.h
@@
-43,7
+43,7
@@
enum drm_scaling_filter {
/**
* struct drm_plane_state - mutable plane state
*
- * Please not that the destination coordinates @crtc_x, @crtc_y, @crtc_h and
+ * Please not
e
that the destination coordinates @crtc_x, @crtc_y, @crtc_h and
* @crtc_w and the source coordinates @src_x, @src_y, @src_h and @src_w are the
* raw coordinates provided by userspace. Drivers should use
* drm_atomic_helper_check_plane_state() and only use the derived rectangles in