Преглед на файлове

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>
Thierry Reding преди 10 години
родител
ревизия
261ea74f36
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/drm/drm_crtc.h

+ 1 - 1
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)