All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: vc4: fix semicolon.cocci warnings
@ 2018-01-20 15:12 Julia Lawall
  0 siblings, 0 replies; 3+ messages in thread
From: Julia Lawall @ 2018-01-20 15:12 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: kbuild-all, dri-devel

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>
---

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

--- a/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
+++ b/drivers/gpu/drm/msm/hdmi/hdmi_connector.c
@@ -122,7 +122,7 @@ static int gpio_config(struct hdmi *hdmi
 			}

 			gpio_free(gpio.num);
-		};
+		}

 		DBG("gpio off");
 	}
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] drm: vc4: fix semicolon.cocci warnings
@ 2018-01-20 18:11 Julia Lawall
  2018-01-21 22:47 ` Eric Anholt
  0 siblings, 1 reply; 3+ messages in thread
From: Julia Lawall @ 2018-01-20 18:11 UTC (permalink / raw)
  To: Laurent Pinchart; +Cc: kbuild-all, dri-devel

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(-)

--- 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);
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm: vc4: fix semicolon.cocci warnings
  2018-01-20 18:11 [PATCH] drm: vc4: fix semicolon.cocci warnings Julia Lawall
@ 2018-01-21 22:47 ` Eric Anholt
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Anholt @ 2018-01-21 22:47 UTC (permalink / raw)
  To: Julia Lawall, Laurent Pinchart; +Cc: kbuild-all, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 347 bytes --]

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 :)

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-01-21 22:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-20 18:11 [PATCH] drm: vc4: fix semicolon.cocci warnings Julia Lawall
2018-01-21 22:47 ` Eric Anholt
  -- strict thread matches above, loose matches on Subject: below --
2018-01-20 15:12 Julia Lawall

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.