All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] gpu: drm: i915: convert comma to semicolon
@ 2020-12-11  9:00 ` Zheng Yongjun
  0 siblings, 0 replies; 6+ messages in thread
From: Zheng Yongjun @ 2020-12-11  9:00 UTC (permalink / raw)
  To: airlied, daniel
  Cc: joonas.lahtinen, jani.nikula, intel-gfx, dri-devel, linux-kernel,
	Zheng Yongjun

Replace a comma between expression statements by a semicolon.

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 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 3f2008d845c2..9737a8604fc7 100644
--- a/drivers/gpu/drm/i915/display/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/display/intel_hdmi.c
@@ -1323,8 +1323,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(adapter, &msg, 1);
-- 
2.22.0


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

end of thread, other threads:[~2020-12-11 19:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11  9:00 [PATCH -next] gpu: drm: i915: convert comma to semicolon Zheng Yongjun
2020-12-11  9:00 ` [Intel-gfx] " Zheng Yongjun
2020-12-11  9:00 ` Zheng Yongjun
2020-12-11 15:54 ` [Intel-gfx] ✗ Fi.CI.DOCS: warning for " Patchwork
2020-12-11 16:21 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2020-12-11 19:08 ` [Intel-gfx] ✓ Fi.CI.IGT: " 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.