diff mbox

drm: vc4: fix semicolon.cocci warnings

Message ID alpine.DEB.2.20.1801201909330.2635@hadrien (mailing list archive)
State New, archived
Headers show

Commit Message

Julia Lawall Jan. 20, 2018, 6:11 p.m. UTC
From: Fengguang Wu <fengguang.wu@intel.com>

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---

url:
https://github.com/0day-ci/linux/commits/Laurent-Pinchart/Cargo-cult-cleanup-in-atomic-drivers/20180120-183018
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago

hdmi_hdcp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Eric Anholt Jan. 21, 2018, 10:47 p.m. UTC | #1
Julia Lawall <julia.lawall@lip6.fr> writes:

> From: Fengguang Wu <fengguang.wu@intel.com>
>
>  Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci

Looks like you've grabbed the wrong driver in the subject prefix for
these, might want to resend with those fixed to get the attention of the
various maintainers :)
diff mbox

Patch

--- a/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c
+++ b/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c
@@ -769,7 +769,7 @@  static int msm_hdmi_hdcp_auth_part1_key_
 	if (rc) {
 		pr_err("%s: wait key and an ready failed\n", __func__);
 		return rc;
-	};
+	}

 	/* Read BCAPS and send to HDCP engine */
 	rc = msm_hdmi_hdcp_recv_bcaps(hdcp_ctrl);