aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fifo_underrun.c
diff options
context:
space:
mode:
authorKumar Amit Mehta <gmate.amit@gmail.com>2015-01-26 17:47:32 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-01-27 10:30:01 +0100
commitcea3bf81af625ce0d40b2f615f10fe5bc921b2c1 (patch)
tree88cc6ed7812501eed5c9a80ecf72f7fbeacb4ac2 /drivers/gpu/drm/i915/intel_fifo_underrun.c
parentdrm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4) (diff)
downloadlinux-dev-cea3bf81af625ce0d40b2f615f10fe5bc921b2c1.tar.xz
linux-dev-cea3bf81af625ce0d40b2f615f10fe5bc921b2c1.zip
drivers: gpu: drm: i915: intel_fifo_underrun.c: Fix a typo in comment
The comment for intel_cpu_fifo_underrun_irq_handler() is not consistent with the code and the rest of the comment for this routine. This patch fixes this typo in comment. Signed-off-by: Kumar Amit Mehta <gmate.amit@gmail.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_fifo_underrun.c')
-rw-r--r--drivers/gpu/drm/i915/intel_fifo_underrun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_fifo_underrun.c b/drivers/gpu/drm/i915/intel_fifo_underrun.c
index 77af512d2d35..04e248dd2259 100644
--- a/drivers/gpu/drm/i915/intel_fifo_underrun.c
+++ b/drivers/gpu/drm/i915/intel_fifo_underrun.c
@@ -341,7 +341,7 @@ bool intel_set_pch_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
}
/**
- * intel_pch_fifo_underrun_irq_handler - handle PCH fifo underrun interrupt
+ * intel_cpu_fifo_underrun_irq_handler - handle CPU fifo underrun interrupt
* @dev_priv: i915 device instance
* @pipe: (CPU) pipe to set state for
*