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>
This commit is contained in:
Родитель
23e1ce89af
Коммит
261ea74f36
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче