All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] GPU: drm: i915: drop unexpected word 'for' in comments
@ 2022-06-23 10:11 ` Jiang Jian
  0 siblings, 0 replies; 5+ messages in thread
From: Jiang Jian @ 2022-06-23 10:11 UTC (permalink / raw)
  To: airlied, daniel
  Cc: tvrtko.ursulin, intel-gfx, linux-kernel, dri-devel, Jiang Jian,
	rodrigo.vivi

there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/gpu/drm/i915/i915_reg.h
line - 2537

 * Please check the detailed lore in the commit message for for experimental

changed to:

 * Please check the detailed lore in the commit message for experimental

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/gpu/drm/i915/i915_reg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
index 616164fa2e32..738c020396af 100644
--- a/drivers/gpu/drm/i915/i915_reg.h
+++ b/drivers/gpu/drm/i915/i915_reg.h
@@ -2534,7 +2534,7 @@
  * HDMI/DP bits are g4x+
  *
  * WARNING: Bspec for hpd status bits on gen4 seems to be completely confused.
- * Please check the detailed lore in the commit message for for experimental
+ * Please check the detailed lore in the commit message for experimental
  * evidence.
  */
 /* Bspec says GM45 should match G4X/VLV/CHV, but reality disagrees */
-- 
2.17.1


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-23 10:11 [PATCH] GPU: drm: i915: drop unexpected word 'for' in comments Jiang Jian
2022-06-23 10:11 ` Jiang Jian
2022-06-23 17:00 ` [Intel-gfx] " Jani Nikula
2022-06-23 17:00   ` Jani Nikula
2022-06-23 17:00   ` Jani Nikula

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.