From: Julia Lawall <julia.lawall@lip6.fr>
To: Lucas Stach <l.stach@pengutronix.de>
Cc: Ezequiel Garcia <ezequiel@collabora.com>,
Andrzej Hajda <a.hajda@samsung.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:19:05 +0200 (CEST) [thread overview]
Message-ID: <alpine.DEB.2.21.1909210817090.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
API_DPTX.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- a/drivers/gpu/drm/bridge/cdn-hdp/mailbox-if/API_DPTX.c
+++ b/drivers/gpu/drm/bridge/cdn-hdp/mailbox-if/API_DPTX.c
@@ -606,7 +606,7 @@ CDN_API_STATUS CDN_API_DPTX_Set_VIC(stat
break;
default:
colorDepth = BCS_8;
- };
+ }
DP_FRAMER_PXL_REPR_Param = (pxlencformat << 8) + colorDepth;
@@ -629,7 +629,7 @@ CDN_API_STATUS CDN_API_DPTX_Set_VIC(stat
break;
default:
tempForMisc = 0;
- };
+ }
switch (bitsPerPixel) {
case 6:
@@ -654,7 +654,7 @@ CDN_API_STATUS CDN_API_DPTX_Set_VIC(stat
default:
tempForMisc2 = 1;
- };
+ }
oddEvenV_Total = vic_table[vicMode][V_TOTAL] % 2;
oddEvenV_Total = 1 - oddEvenV_Total;
next reply other threads:[~2019-09-21 6:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-21 6:19 Julia Lawall [this message]
2019-09-21 6:20 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.1909210817090.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
all inboxes | Powered by JetHome®