commit | 5e851c9de72b3e8316997e022f0c589429aca7a3 | [log] [tgz] |
---|---|---|
author | Gabriel Krisman Bertazi <krisman@collabora.co.uk> | Thu Apr 20 21:38:19 2017 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 18 07:57:32 2017 +0200 |
tree | 7c997ee7e4d639b773f522d495a9afea396fe67b | |
parent | 4759f2d40e6b8b5f330ff6b18714b186b6670895 [diff] |
drm: trivial documentation fix to drm_for_each_connector_iter While reading drm_for_each_connector_iter, I noticed a mention to drm_connector_begin which doesn't exist. It should be drm_connector_get. Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170421003819.17685-1-krisman@collabora.co.uk