OSDN Git Service

drm/irq: Coding style fix
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 21 May 2014 13:11:33 +0000 (15:11 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 22 May 2014 12:10:39 +0000 (14:10 +0200)
Noticed by Thierry Reding in his review, but I've merged the drm
vblank rework topic branch a bit too quickly. So separate fixup.

Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_irq.c

index 5ba9a61..b565372 100644 (file)
@@ -887,7 +887,8 @@ static int drm_vblank_enable(struct drm_device *dev, int crtc)
        spin_lock(&dev->vblank_time_lock);
 
        if (!dev->vblank[crtc].enabled) {
-               /* Enable vblank irqs under vblank_time_lock protection.
+               /*
+                * Enable vblank irqs under vblank_time_lock protection.
                 * All vblank count & timestamp updates are held off
                 * until we are done reinitializing master counter and
                 * timestamps. Filtercode in drm_handle_vblank() will