Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/vesadrm: Remove unneeded semicolon

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>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250828085708.3383760-1-nichen@iscas.ac.cn

authored by

Chen Ni and committed by
Thomas Zimmermann
bddf32f1 f4c75f97

+1 -1
+1 -1
drivers/gpu/drm/sysfb/vesadrm.c
··· 289 289 break; 290 290 } 291 291 break; 292 - }; 292 + } 293 293 294 294 return 0; 295 295 }