[PATCH] drm: Fix a typo in the struct drm_plane_funcs documentation

2013-02-13 Thread Damien Lespiau
Signed-off-by: Damien Lespiau --- 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 e90c8dc..b248382 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -659,7 +659,7 @@ struct

[PATCH] drm: Fix a typo in the struct drm_plane_funcs documentation

2013-02-13 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- 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 e90c8dc..b248382 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@