From: Thierry Reding Date: Wed, 17 Dec 2014 15:41:40 +0000 (+0100) Subject: drm: Remove stale comment X-Git-Tag: v4.0-rc1~74^2~45^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=261ea74f3689a997502f1264494f1749951a05a8;p=karo-tx-linux.git 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 Signed-off-by: Daniel Vetter --- 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)