All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiang Jian <jiangjian@cdjrlc.com>
To: airlied@linux.ie, daniel@ffwll.ch
Cc: jani.nikula@linux.intel.com, joonas.lahtinen@linux.intel.com,
	rodrigo.vivi@intel.com, tvrtko.ursulin@linux.intel.com,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, Jiang Jian <jiangjian@cdjrlc.com>
Subject: [PATCH] drm/i915: i915_irq - drop unexpected word "the" in the comments
Date: Tue, 21 Jun 2022 21:34:35 +0800	[thread overview]
Message-ID: <20220621133435.5924-1-jiangjian@cdjrlc.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Jiang Jian <jiangjian@cdjrlc.com>
To: airlied@linux.ie, daniel@ffwll.ch
Cc: tvrtko.ursulin@linux.intel.com, intel-gfx@lists.freedesktop.org,
	linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Jiang Jian <jiangjian@cdjrlc.com>,
	rodrigo.vivi@intel.com
Subject: [PATCH] drm/i915: i915_irq - drop unexpected word "the" in the comments
Date: Tue, 21 Jun 2022 21:34:35 +0800	[thread overview]
Message-ID: <20220621133435.5924-1-jiangjian@cdjrlc.com> (raw)

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


WARNING: multiple messages have this Message-ID (diff)
From: Jiang Jian <jiangjian@cdjrlc.com>
To: airlied@linux.ie, daniel@ffwll.ch
Cc: intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	dri-devel@lists.freedesktop.org,
	Jiang Jian <jiangjian@cdjrlc.com>,
	rodrigo.vivi@intel.com
Subject: [Intel-gfx] [PATCH] drm/i915: i915_irq - drop unexpected word "the" in the comments
Date: Tue, 21 Jun 2022 21:34:35 +0800	[thread overview]
Message-ID: <20220621133435.5924-1-jiangjian@cdjrlc.com> (raw)

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


             reply	other threads:[~2022-06-21 13:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-21 13:34 Jiang Jian [this message]
2022-06-21 13:34 ` [Intel-gfx] [PATCH] drm/i915: i915_irq - drop unexpected word "the" in the comments 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220621133435.5924-1-jiangjian@cdjrlc.com \
    --to=jiangjian@cdjrlc.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@linux.intel.com \
    --cc=joonas.lahtinen@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rodrigo.vivi@intel.com \
    --cc=tvrtko.ursulin@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.