intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915: convert comma to semicolon
@ 2024-09-03  2:55 Chen Ni
  2024-09-03 18:00 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Chen Ni @ 2024-09-03  2:55 UTC (permalink / raw)
  To: jani.nikula, rodrigo.vivi, joonas.lahtinen, tursulin, airlied,
	daniel
  Cc: intel-gfx, intel-xe, dri-devel, linux-kernel, Chen Ni

Replace a comma between expression statements by a semicolon.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
 drivers/gpu/drm/i915/display/intel_hdmi.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_hdmi.c b/drivers/gpu/drm/i915/display/intel_hdmi.c
index 19498ee455fa..00e98a5ede09 100644
--- a/drivers/gpu/drm/i915/display/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/display/intel_hdmi.c
@@ -1313,8 +1313,8 @@ static int intel_hdmi_hdcp_write(struct intel_digital_port *dig_port,
 	memcpy(&write_buf[1], buffer, size);
 
 	msg.addr = DRM_HDCP_DDC_ADDR;
-	msg.flags = 0,
-	msg.len = size + 1,
+	msg.flags = 0;
+	msg.len = size + 1;
 	msg.buf = write_buf;
 
 	ret = i2c_transfer(ddc, &msg, 1);
-- 
2.25.1


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

end of thread, other threads:[~2024-09-04 10:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  2:55 [PATCH] drm/i915: convert comma to semicolon Chen Ni
2024-09-03 18:00 ` ✓ CI.Patch_applied: success for " Patchwork
2024-09-03 18:00 ` ✓ CI.checkpatch: " Patchwork
2024-09-03 18:01 ` ✓ CI.KUnit: " Patchwork
2024-09-03 18:13 ` ✓ CI.Build: " Patchwork
2024-09-03 18:15 ` ✓ CI.Hooks: " Patchwork
2024-09-03 18:17 ` ✗ CI.checksparse: warning " Patchwork
2024-09-03 18:36 ` ✓ CI.BAT: success " Patchwork
2024-09-03 19:58 ` ✗ CI.FULL: failure " Patchwork
2024-09-04 10:19 ` [PATCH] " Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).