All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: i915_irq - drop unexpected word "the" in the comments
@ 2022-06-21 13:34 ` Jiang Jian
  0 siblings, 0 replies; 6+ messages in thread
From: Jiang Jian @ 2022-06-21 13:34 UTC (permalink / raw)
  To: airlied, daniel
  Cc: jani.nikula, joonas.lahtinen, rodrigo.vivi, tvrtko.ursulin,
	intel-gfx, dri-devel, linux-kernel, Jiang Jian

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@cdjrlc.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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-06-27 10:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 13:34 [PATCH] drm/i915: i915_irq - drop unexpected word "the" in the comments Jiang Jian
2022-06-21 13:34 ` [Intel-gfx] " Jiang Jian
2022-06-21 13:34 ` Jiang Jian
2022-06-22 20:35 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2022-06-22 20:56 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-06-27 10:17 ` [Intel-gfx] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.