Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

drm/connector: Fix typo in drm_connector_list_iter_next()

parent a18b2192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.