Commit 4f45c778 authored by Lyude Paul's avatar Lyude Paul

drm/connector: Fix typo in drm_connector_list_iter_next()

Signed-off-by: default avatarLyude Paul <lyude@redhat.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180716171711.413-1-lyude@redhat.com
parent a18b2192
...@@ -606,7 +606,7 @@ __drm_connector_put_safe(struct drm_connector *conn) ...@@ -606,7 +606,7 @@ __drm_connector_put_safe(struct drm_connector *conn)
/** /**
* drm_connector_list_iter_next - return next connector * drm_connector_list_iter_next - return next connector
* @iter: connectr_list iterator * @iter: connector_list iterator
* *
* Returns the next connector for @iter, or NULL when the list walk has * Returns the next connector for @iter, or NULL when the list walk has
* completed. * completed.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment