diff options
author | Christopher Harvey <charvey@matrox.com> | 2013-04-05 17:28:32 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2013-04-12 06:07:20 +0200 |
commit | 715f59cc2391cb4e28a4d464a0564a60a00ecca4 (patch) | |
tree | 958f4cd1dbb9600a80bf5c5e1b00c7911f80e5ad /include/drm/drm_crtc.h | |
parent | drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDs (diff) | |
download | linux-715f59cc2391cb4e28a4d464a0564a60a00ecca4.tar.xz linux-715f59cc2391cb4e28a4d464a0564a60a00ecca4.zip |
drm: Misc comment cleanup
Signed-off-by: Christopher Harvey <charvey@matrox.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index e3e0d651c6ca..8c7846bd74f4 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -310,7 +310,7 @@ struct drm_plane; * drm_crtc_funcs - control CRTCs for a given device * @save: save CRTC state * @restore: restore CRTC state - * @reset: reset CRTC after state has been invalidate (e.g. resume) + * @reset: reset CRTC after state has been invalidated (e.g. resume) * @cursor_set: setup the cursor * @cursor_move: move the cursor * @gamma_set: specify color ramp for CRTC |