linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Julia Lawall <julia.lawall@lip6.fr>
To: Lucas Stach <l.stach@pengutronix.de>,
	Andrzej Hajda <a.hajda@samsung.com>
Cc: Ezequiel Garcia <ezequiel@collabora.com>,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	kbuild-all@01.org
Subject: [PATCH] UNCLEAN: fix semicolon.cocci warnings
Date: Sat, 21 Sep 2019 08:20:45 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.2.21.1909210819180.3303@hadrien> (raw)

From: kbuild test robot <lkp@intel.com>

Remove unneeded semicolons.

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

Fixes: 841b04751dc0 ("UNCLEAN: add HDMI TX driver")
CC: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---

tree:   git://git.infradead.org/users/ezequielg/linux hantro-vpu-postproc-for-5.5-2
head:   54ed616fb9016b89b7bcdb9c8c8bd5f0532c0def
commit: 841b04751dc0a67ccbdc07b44655d9ad35e61ae7 [358/511] UNCLEAN: add HDMI TX driver
:::::: branch date: 5 hours ago
:::::: commit date: 3 days ago

 util.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/drivers/gpu/drm/bridge/cdn-hdp/mailbox-if/util.c
+++ b/drivers/gpu/drm/bridge/cdn-hdp/mailbox-if/util.c
@@ -148,7 +148,7 @@ u32 internal_vmkmsg(volatile u8 *dest, i
 		if (size > 0) {
 			internal_itobe(va_arg(vl, int), dest, size);
 			dest += size;
-			len += size;;
+			len += size;
 		} else {
 			memcpy((void *)dest, va_arg(vl, void *), -size);
 			dest -= size;
@@ -214,7 +214,7 @@ void internal_vreadmsg(state_struct *sta
 			default:
 				pr_warn("Warning. Unsupported variable size.\n");
 				memcpy(ptr, src, size);
-			};
+			}

 			src += size;
 		} else {

             reply	other threads:[~2019-09-21  6:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-21  6:20 Julia Lawall [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-21  6:19 [PATCH] UNCLEAN: fix semicolon.cocci warnings Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.21.1909210819180.3303@hadrien \
    --to=julia.lawall@lip6.fr \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ezequiel@collabora.com \
    --cc=kbuild-all@01.org \
    --cc=l.stach@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).