mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 18:04:38 -04:00
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 <liubo03@inspur.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220816094919.5419-1-liubo03@inspur.com
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user