All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/gpu/drm/kmb/kmb_dsi.c:284:3-4: Unneeded semicolon
@ 2021-05-11 16:11 ` kernel test robot
  0 siblings, 0 replies; 17+ messages in thread
From: kernel test robot @ 2021-05-11 16:11 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: kbuild-all, linux-kernel, Daniel Vetter

[-- Attachment #1: Type: text/plain, Size: 978 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1140ab592e2ebf8153d2b322604031a8868ce7a5
commit: ade896460e4a62f5e4a892a98d254937f6f5b64c drm: DRM_KMB_DISPLAY should depend on ARCH_KEEMBAY
date:   6 months ago
config: i386-randconfig-c021-20210511 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/kmb/kmb_dsi.c:284:3-4: Unneeded semicolon
   drivers/gpu/drm/kmb/kmb_dsi.c:304:3-4: Unneeded semicolon
   drivers/gpu/drm/kmb/kmb_dsi.c:321:3-4: Unneeded semicolon
   drivers/gpu/drm/kmb/kmb_dsi.c:340:3-4: Unneeded semicolon
   drivers/gpu/drm/kmb/kmb_dsi.c:364:2-3: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 41796 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [frank-w-bpi-r2-4.14:5.12-drm 48/67] drivers/gpu/drm/gud/gud_connector.c:658:2-3: Unneeded semicolon
@ 2021-07-08 18:34 kernel test robot
  2021-07-08 18:34 ` [PATCH] drm: fix semicolon.cocci warnings kernel test robot
  2021-07-08 18:34 ` kernel test robot
  0 siblings, 2 replies; 17+ messages in thread
From: kernel test robot @ 2021-07-08 18:34 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 838 bytes --]

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
config: xtensa-randconfig-c024-20210707 (attached as .config)
compiler: xtensa-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/gud/gud_connector.c:658:2-3: Unneeded semicolon
   drivers/gpu/drm/gud/gud_connector.c:186:2-3: Unneeded semicolon
--
>> drivers/gpu/drm/gud/gud_pipe.c:127:4-5: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 31114 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [drm-drm-misc:drm-misc-next 3/3] drivers/gpu/drm/gud/gud_connector.c:710:37-43: ERROR: application of sizeof to pointer
@ 2021-03-16 20:36 kernel test robot
  2021-03-16 20:36 ` [PATCH] drm: fix semicolon.cocci warnings kernel test robot
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: kernel test robot @ 2021-03-16 20:36 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]

tree:   git://anongit.freedesktop.org/drm/drm-misc drm-misc-next
head:   40e1a70b4aedf2859a1829991b48ef0ebe650bf2
commit: 40e1a70b4aedf2859a1829991b48ef0ebe650bf2 [3/3] drm: Add GUD USB Display driver
config: x86_64-allmodconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>


cocci warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/gud/gud_connector.c:710:37-43: ERROR: application of sizeof to pointer
--
>> drivers/gpu/drm/gud/gud_connector.c:658:2-3: Unneeded semicolon
   drivers/gpu/drm/gud/gud_connector.c:186:2-3: Unneeded semicolon
--
>> drivers/gpu/drm/gud/gud_drv.c:511:3-4: Unneeded semicolon
--
>> drivers/gpu/drm/gud/gud_pipe.c:127:4-5: Unneeded semicolon

Please review and possibly fold the followup patch.

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 66021 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH] drm: fix semicolon.cocci warnings
@ 2018-04-12  5:52 Julia Lawall
  0 siblings, 0 replies; 17+ messages in thread
From: Julia Lawall @ 2018-04-12  5:52 UTC (permalink / raw)
  To: Joel Stanley
  Cc: David Airlie, Andrew Jeffery, linux-aspeed, linux-kernel, kbuild-all

From: Fengguang Wu <fengguang.wu@intel.com>

 Remove unneeded semicolon.

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

Fixes: 6784ac15bc68 ("drm: Add ASPEED GFX driver")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---

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

--- a/drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
+++ b/drivers/gpu/drm/aspeed/aspeed_gfx_drv.c
@@ -203,7 +203,7 @@ static irqreturn_t aspeed_gfx_irq_handle
 		drm_crtc_handle_vblank(&priv->pipe.crtc);
 		writel(reg, priv->base + CRT_CTRL1);
 		return IRQ_HANDLED;
-	};
+	}

 	return IRQ_NONE;
 }

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

end of thread, other threads:[~2021-07-08 18:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` 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
  -- strict thread matches above, loose matches on Subject: below --
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 ` [PATCH] drm: fix semicolon.cocci warnings kernel test robot
2021-07-08 18:34 ` kernel test robot
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

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.