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

drm/ast: ast_2100: 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/20250905073712.3791260-1-nichen@iscas.ac.cn

authored by

Chen Ni and committed by
Thomas Zimmermann
87b0a0f6 f4c45db8

+1 -1
+1 -1
drivers/gpu/drm/ast/ast_2100.c
··· 336 336 default: 337 337 data = dram_reg_info->data; 338 338 break; 339 - }; 339 + } 340 340 341 341 temp = ast_read32(ast, 0x12070); 342 342 temp &= 0xc;