[PATCH] drm: fix a word repetition in a comment

2014-12-09 Thread Alex Deucher
On Tue, Dec 9, 2014 at 1:24 AM, Martin Peres wrote: > Spotted while reviewing the DRM changes in Linux 3.18 for LinuxFR. > > CC: Daniel Vetter > Signed-off-by: Martin Peres Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/drm_crtc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[PATCH] drm: fix a word repetition in a comment

2014-12-09 Thread Martin Peres
Spotted while reviewing the DRM changes in Linux 3.18 for LinuxFR. CC: Daniel Vetter Signed-off-by: Martin Peres --- drivers/gpu/drm/drm_crtc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c index 4a44f89..90ad762 1006