From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [PATCH] drm: fix semicolon.cocci warnings
Date: Fri, 09 Jul 2021 02:34:36 +0800 [thread overview]
Message-ID: <20210708183435.GA14191@ffce091e351c> (raw)
In-Reply-To: <202107090214.5JYCcwbo-lkp@intel.com>
[-- Attachment #1: Type: text/plain, Size: 1376 bytes --]
From: kernel test robot <lkp@intel.com>
drivers/gpu/drm/gud/gud_connector.c:658:2-3: Unneeded semicolon
drivers/gpu/drm/gud/gud_connector.c:186:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Noralf Trønnes <noralf@tronnes.org>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
---
tree: https://github.com/frank-w/BPI-R2-4.14 5.12-drm
head: c24e104c26aa88056bfe900ed2969fd390e83bd4
commit: b8821cac052fce53079f20243c504e336fc2b199 [48/67] drm: Add GUD USB Display driver
:::::: branch date: 11 hours ago
:::::: commit date: 11 hours ago
gud_connector.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/drivers/gpu/drm/gud/gud_connector.c
+++ b/drivers/gpu/drm/gud/gud_connector.c
@@ -183,7 +183,7 @@ static int gud_connector_detect(struct d
default:
ret = connector_status_unknown;
break;
- };
+ }
if (status & GUD_CONNECTOR_STATUS_CHANGED)
connector->epoch_counter += 1;
@@ -655,7 +655,7 @@ static int gud_connector_create(struct g
default: /* future types */
connector_type = DRM_MODE_CONNECTOR_USB;
break;
- };
+ }
drm_connector_helper_add(connector, &gud_connector_helper_funcs);
ret = drm_connector_init(drm, connector, &gud_connector_funcs, connector_type);
next prev parent reply other threads:[~2021-07-08 18:34 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-08 18:34 [frank-w-bpi-r2-4.14:5.12-drm 48/67] drivers/gpu/drm/gud/gud_connector.c:658:2-3: Unneeded semicolon kernel test robot
2021-07-08 18:34 ` kernel test robot [this message]
2021-07-08 18:34 ` [PATCH] drm: fix semicolon.cocci warnings kernel test robot
-- strict thread matches above, loose matches on Subject: below --
2021-05-11 16:11 drivers/gpu/drm/kmb/kmb_dsi.c:284:3-4: Unneeded semicolon kernel test robot
2021-05-11 16:11 ` [PATCH] drm: fix semicolon.cocci warnings kernel test robot
2021-05-11 16:11 ` kernel test robot
2021-05-11 16:11 ` kernel test robot
2021-05-11 17:17 ` Daniel Vetter
2021-05-11 17:17 ` Daniel Vetter
2021-05-11 17:17 ` Daniel Vetter
2021-05-11 18:27 ` Geert Uytterhoeven
2021-05-11 18:27 ` Geert Uytterhoeven
2021-05-11 18:27 ` Geert Uytterhoeven
2021-03-16 20:36 [drm-drm-misc:drm-misc-next 3/3] drivers/gpu/drm/gud/gud_connector.c:710:37-43: ERROR: application of sizeof to pointer kernel test robot
2021-03-16 20:36 ` [PATCH] drm: fix semicolon.cocci warnings kernel test robot
2021-03-16 20:36 ` kernel test robot
2021-03-16 20:36 ` kernel test robot
2018-04-12 5:52 Julia Lawall
2018-04-12 5:52 ` 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=20210708183435.GA14191@ffce091e351c \
--to=lkp@intel.com \
--cc=kbuild-all@lists.01.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 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.