* [PATCH] BACKPORT: FROMLIST: drm/mediatek: fix semicolon.cocci warnings
@ 2021-12-11 0:12 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-12-11 0:12 UTC (permalink / raw)
To: kbuild
[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]
CC: kbuild-all(a)lists.01.org
TO: cros-kernel-buildreports(a)googlegroups.com
TO: Guenter Roeck <groeck@google.com>
From: kernel test robot <lkp@intel.com>
drivers/gpu/drm/mediatek/mtk_dp.c:1980:2-3: Unneeded semicolon
drivers/gpu/drm/mediatek/mtk_dp.c:2014:4-5: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Jitao Shi <jitao.shi@mediatek.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
tree: https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-5.10
head: 3246f4ed0d71058d829b29bccc2454d305bec8ea
commit: 9fc1f39630d4af841f63428a2cc6cdf6834c1865 [56/90] BACKPORT: FROMLIST: drm/mediatek: Add mt8195 DisplayPort driver
:::::: branch date: 10 days ago
:::::: commit date: 10 days ago
mtk_dp.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/drivers/gpu/drm/mediatek/mtk_dp.c
+++ b/drivers/gpu/drm/mediatek/mtk_dp.c
@@ -1977,7 +1977,7 @@ static int mtk_dp_train_start(struct mtk
default:
mtk_dp->train_info.link_rate = MTK_DP_LINKRATE_HBR3;
break;
- };
+ }
max_link_rate = link_rate;
for (train_limit = 0; train_limit <= 6; ++train_limit) {
@@ -2011,7 +2011,7 @@ static int mtk_dp_train_start(struct mtk
break;
default:
return -EINVAL;
- };
+ }
} else if (!mtk_dp->train_info.eq_done) {
lane_count /= 2;
if (lane_count == 0)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-11 0:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 0:12 [PATCH] BACKPORT: FROMLIST: drm/mediatek: fix semicolon.cocci warnings kernel test robot
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.