Commit 78f48aa6 authored by Bo Liu's avatar Bo Liu Committed by Jani Nikula

drm/i915/irq: Fix a "the the" typo

There is an unexpected word "the" in the file i915_irq.c,
fix it.
Signed-off-by: default avatarBo Liu <liubo03@inspur.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220816094919.5419-1-liubo03@inspur.com
parent a9b4c16d
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
/* /*
* Interrupt statistic for PMU. Increments the counter only if the * Interrupt statistic for PMU. Increments the counter only if the
* interrupt originated from the the GPU so interrupts from a device which * interrupt originated from the GPU so interrupts from a device which
* shares the interrupt line are not accounted. * shares the interrupt line are not accounted.
*/ */
static inline void pmu_irq_stats(struct drm_i915_private *i915, static inline void pmu_irq_stats(struct drm_i915_private *i915,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment