Skip to content

Commit 393e872

Browse files
mupufdanvet
authored andcommitted
drm: fix a typo in a comment
Spotted while reviewing the DRM changes in Linux 3.18 for LinuxFR. Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Martin Peres <martin.peres@free.fr> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
1 parent e2db726 commit 393e872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ static void vblank_disable_and_save(struct drm_device *dev, int crtc)
166166
spin_lock_irqsave(&dev->vblank_time_lock, irqflags);
167167

168168
/*
169-
* If the vblank interrupt was already disbled update the count
169+
* If the vblank interrupt was already disabled update the count
170170
* and timestamp to maintain the appearance that the counter
171171
* has been ticking all along until this time. This makes the
172172
* count account for the entire time between drm_vblank_on() and

0 commit comments

Comments
 (0)