summaryrefslogtreecommitdiff
path: root/include/drm/drm_plane.h
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2022-01-05 16:13:42 -0800
committerDouglas Anderson <dianders@chromium.org>2022-01-05 16:13:42 -0800
commit2b5f745c18b850734e1bb7b7e86510ea69698c71 (patch)
treed2ca25e858a14354fe3781e7c84e7c87627f793e /include/drm/drm_plane.h
parentef1270e99460055ee7d66a4a22dd74bf61c17aa5 (diff)
parent506d9d7414cfbdce02b7126fc8644f04ef234680 (diff)
Merge remote-tracking branch 'drm-misc/drm-misc-next' into drm-tip
Diffstat (limited to 'include/drm/drm_plane.h')
-rw-r--r--include/drm/drm_plane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h
index 0c1102dc4d88..06759badf99f 100644
--- 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 valdiate modifiers at atomic_check time.
+ * which modifier), and to validate 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.