All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] drm/i915/bw: Remove space before newline
@ 2025-08-01 16:46 Colin Ian King
  2025-08-01 18:27 ` Cavitt, Jonathan
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Colin Ian King @ 2025-08-01 16:46 UTC (permalink / raw)
  To: Jani Nikula, Rodrigo Vivi, Joonas Lahtinen, Tvrtko Ursulin,
	David Airlie, Simona Vetter, intel-gfx, intel-xe, dri-devel
  Cc: kernel-janitors, linux-kernel

There is an extraneous space before a newline in a drm_dbg_kms message.
Remove the space.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/gpu/drm/i915/display/intel_bw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_bw.c b/drivers/gpu/drm/i915/display/intel_bw.c
index d29a755612de..ac6da20d9529 100644
--- a/drivers/gpu/drm/i915/display/intel_bw.c
+++ b/drivers/gpu/drm/i915/display/intel_bw.c
@@ -359,7 +359,7 @@ static int icl_get_qgv_points(struct intel_display *display,
 
 		for (i = 0; i < qi->num_psf_points; i++)
 			drm_dbg_kms(display->drm,
-				    "PSF GV %d: CLK=%d \n",
+				    "PSF GV %d: CLK=%d\n",
 				    i, qi->psf_points[i].clk);
 	}
 
-- 
2.50.0


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

end of thread, other threads:[~2025-08-03 22:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-01 16:46 [PATCH][next] drm/i915/bw: Remove space before newline Colin Ian King
2025-08-01 18:27 ` Cavitt, Jonathan
2025-08-01 20:32   ` Rodrigo Vivi
2025-08-01 19:30 ` ✓ CI.KUnit: success for " Patchwork
2025-08-01 20:06 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-01 21:25 ` ✓ Xe.CI.Full: " Patchwork
2025-08-03 20:29 ` ✓ i915.CI.BAT: " Patchwork
2025-08-03 22:38 ` ✗ i915.CI.Full: failure " 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.