projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d14f0c2
)
drm/plane: Fix typo in format_mod_supported documentation
author
José Expósito
<jose.exposito89@gmail.com>
Sun, 26 Dec 2021 11:24:59 +0000
(12:24 +0100)
committer
Simon Ser
<contact@emersion.fr>
Wed, 5 Jan 2022 23:53:39 +0000
(
00:53
+0100)
Fix minor typo: "valdiate" -> "validate".
Signed-off-by: José Expósito <jose.exposito89@gmail.com>
Reviewed-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Simon Ser <contact@emersion.fr>
Link:
https://patchwork.freedesktop.org/patch/msgid/20211226112503.31771-3-jose.exposito89@gmail.com
include/drm/drm_plane.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_plane.h
b/include/drm/drm_plane.h
index 0c1102dc4d88341998c0c87e95119b778f2887cb..06759badf99f56a77702e31d33efe5c1b1cb7cb5 100644
(file)
--- a/
include/drm/drm_plane.h
+++ b/
include/drm/drm_plane.h
@@
-516,7
+516,7
@@
struct drm_plane_funcs {
* This optional hook is used for the DRM to determine if the given
* format/modifier combination is valid for the plane. This allows the
* DRM to generate the correct format bitmask (which formats apply to
- * which modifier), and to val
di
ate modifiers at atomic_check time.
+ * which modifier), and to val
id
ate modifiers at atomic_check time.
*
* If not present, then any modifier in the plane's modifier
* list is allowed with any of the plane's formats.