aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@free.fr>2014-12-09 02:13:09 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-12-09 04:08:54 -0500
commit393e872e1daa4958f862fdbd321bb9ba7f7acb0d (patch)
tree7cd423f7c3710b3ffb81abbd315bb6a0830a60ef
parente2db726b560c963c6da49005d24d1310eeed22c5 (diff)
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>
-rw-r--r--drivers/gpu/drm/drm_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c
index 0e47df4ef24e..f5a5f18efa5b 100644
--- a/drivers/gpu/drm/drm_irq.c
+++ b/drivers/gpu/drm/drm_irq.c
@@ -166,7 +166,7 @@ static void vblank_disable_and_save(struct drm_device *dev, int crtc)
166 spin_lock_irqsave(&dev->vblank_time_lock, irqflags); 166 spin_lock_irqsave(&dev->vblank_time_lock, irqflags);
167 167
168 /* 168 /*
169 * If the vblank interrupt was already disbled update the count 169 * If the vblank interrupt was already disabled update the count
170 * and timestamp to maintain the appearance that the counter 170 * and timestamp to maintain the appearance that the counter
171 * has been ticking all along until this time. This makes the 171 * has been ticking all along until this time. This makes the
172 * count account for the entire time between drm_vblank_on() and 172 * count account for the entire time between drm_vblank_on() and