public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo
@ 2022-07-16  4:05 Jason Wang
  2022-07-20 15:37 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Fix comment typo (rev2) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jason Wang @ 2022-07-16  4:05 UTC (permalink / raw)
  To: daniel
  Cc: Jason Wang, michal.winiarski, airlied, intel-gfx, linux-kernel,
	dri-devel, rodrigo.vivi, zhou1615

Fix the double `wait' typo in comment.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/gpu/drm/i915/selftests/i915_request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/selftests/i915_request.c b/drivers/gpu/drm/i915/selftests/i915_request.c
index c56a0c2cd2f7..ec05f578a698 100644
--- a/drivers/gpu/drm/i915/selftests/i915_request.c
+++ b/drivers/gpu/drm/i915/selftests/i915_request.c
@@ -971,7 +971,7 @@ static struct i915_vma *empty_batch(struct drm_i915_private *i915)
 	if (err)
 		goto err;
 
-	/* Force the wait wait now to avoid including it in the benchmark */
+	/* Force the wait now to avoid including it in the benchmark */
 	err = i915_vma_sync(vma);
 	if (err)
 		goto err_pin;
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo
@ 2022-07-15  5:19 Jason Wang
  2022-07-18 18:28 ` Rodrigo Vivi
  0 siblings, 1 reply; 8+ messages in thread
From: Jason Wang @ 2022-07-15  5:19 UTC (permalink / raw)
  To: daniel
  Cc: Jason Wang, michal.winiarski, airlied, intel-gfx, linux-kernel,
	dri-devel, rodrigo.vivi, zhou1615

The double `wait' is duplicated in line 974, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/gpu/drm/i915/selftests/i915_request.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/selftests/i915_request.c b/drivers/gpu/drm/i915/selftests/i915_request.c
index c56a0c2cd2f7..ec05f578a698 100644
--- a/drivers/gpu/drm/i915/selftests/i915_request.c
+++ b/drivers/gpu/drm/i915/selftests/i915_request.c
@@ -971,7 +971,7 @@ static struct i915_vma *empty_batch(struct drm_i915_private *i915)
 	if (err)
 		goto err;
 
-	/* Force the wait wait now to avoid including it in the benchmark */
+	/* Force the wait now to avoid including it in the benchmark */
 	err = i915_vma_sync(vma);
 	if (err)
 		goto err_pin;
-- 
2.35.1


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

end of thread, other threads:[~2022-07-21 13:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-16  4:05 [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo Jason Wang
2022-07-20 15:37 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/selftests: Fix comment typo (rev2) Patchwork
2022-07-20 16:56 ` [Intel-gfx] [PATCH] drm/i915/selftests: Fix comment typo Andrzej Hajda
2022-07-21  8:08   ` Rodrigo Vivi
2022-07-21 13:08 ` Andi Shyti
2022-07-21 13:19   ` Andi Shyti
  -- strict thread matches above, loose matches on Subject: below --
2022-07-15  5:19 Jason Wang
2022-07-18 18:28 ` Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox