From: Bo Liu Date: Tue, 16 Aug 2022 09:49:19 +0000 (-0400) Subject: drm/i915/irq: Fix a "the the" typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78f48aa6f50b662bd74607f7415d68171339b2eb;p=linux.git 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: Bo Liu Signed-off-by: Jani Nikula Link: https://patchwork.freedesktop.org/patch/msgid/20220816094919.5419-1-liubo03@inspur.com --- diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index eb37b6bacaac3..0389f532d926b 100644 --- a/drivers/gpu/drm/i915/i915_irq.c +++ b/drivers/gpu/drm/i915/i915_irq.c @@ -65,7 +65,7 @@ /* * 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. */ static inline void pmu_irq_stats(struct drm_i915_private *i915,