Skip to content

Commit

Permalink
drm/connector: Fix typo in drm_connector_list_iter_next()
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyude committed Jul 16, 2018
1 parent a18b219 commit 4f45c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/drm_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ __drm_connector_put_safe(struct drm_connector *conn)

/**
* 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
* completed.
Expand Down

0 comments on commit 4f45c77

Please sign in to comment.