All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/sitronix/st7571-i2c: remove unneeded semicolon
@ 2025-10-22  6:10 Marcus Folkesson
  2025-10-22  6:52 ` Thomas Zimmermann
  2025-10-22  7:59 ` Marcus Folkesson
  0 siblings, 2 replies; 7+ messages in thread
From: Marcus Folkesson @ 2025-10-22  6:10 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann, David Airlie,
	Simona Vetter
  Cc: dri-devel, linux-kernel, kernel test robot, Marcus Folkesson

Fix style issue reported by Kernel test robot.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202510221125.Cg0sM4xJ-lkp@intel.com/
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 drivers/gpu/drm/sitronix/st7571-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/sitronix/st7571-i2c.c b/drivers/gpu/drm/sitronix/st7571-i2c.c
index 32b91d65b768b26caa7dcef42a00d36f236fbc32..4e73c8b415d677dab5b421666b56f4bb3697b982 100644
--- a/drivers/gpu/drm/sitronix/st7571-i2c.c
+++ b/drivers/gpu/drm/sitronix/st7571-i2c.c
@@ -322,7 +322,7 @@ static void st7571_prepare_buffer_grayscale(struct st7571_device *st7571,
 		size = (rect->x2 - rect->x1) * (rect->y2 - rect->y1) / 4;
 		memcpy(st7571->hwbuf, vmap->vaddr, size);
 		break;
-	};
+	}
 }
 
 static int st7571_fb_update_rect_monochrome(struct drm_framebuffer *fb, struct drm_rect *rect)

---
base-commit: c1a7cc00cd412505e070eb4e62bc0b0ca85243e0
change-id: 20251022-st7571-semicolon-bc5287cde264

Best regards,
-- 
Marcus Folkesson <marcus.folkesson@gmail.com>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] drm/sitronix/st7571-i2c: Remove unneeded semicolon
@ 2025-07-29  4:26 Chen Ni
  2025-07-29 13:07 ` Marcus Folkesson
  0 siblings, 1 reply; 7+ messages in thread
From: Chen Ni @ 2025-07-29  4:26 UTC (permalink / raw)
  To: marcus.folkesson, maarten.lankhorst, mripard, tzimmermann,
	airlied, simona
  Cc: dri-devel, linux-kernel, Chen Ni

Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
semantic patch at scripts/coccinelle/misc/semicolon.cocci.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
---
 drivers/gpu/drm/sitronix/st7571-i2c.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/sitronix/st7571-i2c.c b/drivers/gpu/drm/sitronix/st7571-i2c.c
index 453eb7e045e5..35e0a86c7dc8 100644
--- a/drivers/gpu/drm/sitronix/st7571-i2c.c
+++ b/drivers/gpu/drm/sitronix/st7571-i2c.c
@@ -319,7 +319,7 @@ static void st7571_prepare_buffer_grayscale(struct st7571_device *st7571,
 		size = (rect->x2 - rect->x1) * (rect->y2 - rect->y1) / 4;
 		memcpy(st7571->hwbuf, vmap->vaddr, size);
 		break;
-	};
+	}
 }
 
 static int st7571_fb_update_rect_monochrome(struct drm_framebuffer *fb, struct drm_rect *rect)
-- 
2.25.1


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

end of thread, other threads:[~2025-10-22  8:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22  6:10 [PATCH] drm/sitronix/st7571-i2c: remove unneeded semicolon Marcus Folkesson
2025-10-22  6:52 ` Thomas Zimmermann
2025-10-22  7:59 ` Marcus Folkesson
2025-10-22  8:19   ` Thomas Zimmermann
2025-10-22  8:32     ` Marcus Folkesson
  -- strict thread matches above, loose matches on Subject: below --
2025-07-29  4:26 [PATCH] drm/sitronix/st7571-i2c: Remove " Chen Ni
2025-07-29 13:07 ` Marcus Folkesson

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.