[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20201211090005.3196-1-zhengyongjun3@huawei.com>
Date: Fri, 11 Dec 2020 17:00:05 +0800
From: Zheng Yongjun <zhengyongjun3@...wei.com>
To: <airlied@...ux.ie>, <daniel@...ll.ch>
CC: <joonas.lahtinen@...ux.intel.com>, <jani.nikula@...ux.intel.com>,
<intel-gfx@...ts.freedesktop.org>,
<dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>,
Zheng Yongjun <zhengyongjun3@...wei.com>
Subject: [PATCH -next] gpu: drm: i915: convert comma to semicolon
Replace a comma between expression statements by a semicolon.
Signed-off-by: Zheng Yongjun <zhengyongjun3@...wei.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
Powered by blists - more mailing lists