aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_atomic.h')
-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 811b4a92568f..3b97b2bfaad9 100644
--- a/include/drm/drm_atomic.h
+++ b/include/drm/drm_atomic.h
@@ -192,7 +192,7 @@ struct drm_private_state;
192 * private objects. The structure itself is used as a vtable to identify the 192 * private objects. The structure itself is used as a vtable to identify the
193 * associated private object type. Each private object type that needs to be 193 * associated private object type. Each private object type that needs to be
194 * added to the atomic states is expected to have an implementation of these 194 * added to the atomic states is expected to have an implementation of these
195 * hooks and pass a pointer to it's drm_private_state_funcs struct to 195 * hooks and pass a pointer to its drm_private_state_funcs struct to
196 * drm_atomic_get_private_obj_state(). 196 * drm_atomic_get_private_obj_state().
197 */ 197 */
198struct drm_private_state_funcs { 198struct drm_private_state_funcs {