[PATCH] drm: fix trivial typo mistake

2015-04-14 Thread John Hunter
Signed-off-by: John Hunter --- include/drm/drm_crtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 2e80ad1..8ad8507 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -974,7 +974,7 @@ struct drm_mode_set

[PATCH] drm: fix trivial typo mistake

2015-04-14 Thread Daniel Vetter
On Tue, Apr 14, 2015 at 05:07:22PM +0800, John Hunter wrote: > Signed-off-by: John Hunter Merged to topic/drm-misc, thanks. -Daniel > --- > include/drm/drm_crtc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h > index 2e