diff options
author | Bo Liu <[email protected]> | 2022-08-16 05:49:19 -0400 |
---|---|---|
committer | Jani Nikula <[email protected]> | 2022-08-17 13:00:34 +0300 |
commit | 78f48aa6f50b662bd74607f7415d68171339b2eb (patch) | |
tree | 413ef042439c2f85c024decd858d9676a12763eb | |
parent | a9b4c16d886cf6911d69fe3c68f5c7b2112f0141 (diff) |
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 <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/i915/i915_irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index eb37b6bacaac..0389f532d926 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, |