aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-12-17 16:41:40 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-12-17 18:31:37 +0100
commit261ea74f3689a997502f1264494f1749951a05a8 (patch)
tree1d7ae09ec6200cf065e09ce836d48e633bb48744 /include/drm
parentdrm: Do basic sanity checks for user modes (diff)
downloadlinux-dev-261ea74f3689a997502f1264494f1749951a05a8.tar.xz
linux-dev-261ea74f3689a997502f1264494f1749951a05a8.zip
drm: Remove stale comment
The struct drm_connector_funcs kerneldoc refers to a part of struct drm_crtc_funcs that no longer exists. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_crtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index dd2c16e43333..eb32b09b3bab 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -455,7 +455,7 @@ struct drm_connector_state {
/**
* struct drm_connector_funcs - control connectors on a given device
- * @dpms: set power state (see drm_crtc_funcs above)
+ * @dpms: set power state
* @save: save connector state
* @restore: restore connector state
* @reset: reset connector after state has been invalidated (e.g. resume)