[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220621133435.5924-1-jiangjian@cdjrlc.com>
Date: Tue, 21 Jun 2022 21:34:35 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: airlied@...ux.ie, daniel@...ll.ch
Cc: jani.nikula@...ux.intel.com, joonas.lahtinen@...ux.intel.com,
rodrigo.vivi@...el.com, tvrtko.ursulin@...ux.intel.com,
intel-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, Jiang Jian <jiangjian@...rlc.com>
Subject: [PATCH] drm/i915: i915_irq - drop unexpected word "the" in the comments
there is an unexpected word "the" in the comments that need to be dropped
file: drivers/gpu/drm/i915/i915_irq.c
line 68
* interrupt originated from the the GPU so interrupts from a device which
changed to
* interrupt originated from the GPU so interrupts from a device which
Signed-off-by: Jiang Jian <jiangjian@...rlc.com>
---
drivers/gpu/drm/i915/i915_irq.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 73cebc6aa650..783a6ca41a61 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,
--
2.17.1
Powered by blists - more mailing lists