From: Kumar Amit Mehta Date: Mon, 26 Jan 2015 16:47:32 +0000 (+0100) Subject: drivers: gpu: drm: i915: intel_fifo_underrun.c: Fix a typo in comment X-Git-Tag: v4.14-rc1~5533^2~35^2~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cea3bf81af625ce0d40b2f615f10fe5bc921b2c1;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Jani Nikula Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/intel_fifo_underrun.c b/drivers/gpu/drm/i915/intel_fifo_underrun.c index 77af512..04e248d 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 *