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

Configure Feed

Select the types of activity you want to include in your feed.

phy: rockchip: samsung-hdptx: 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>
Link: https://lore.kernel.org/r/20250415081200.349939-1-nichen@iscas.ac.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Chen Ni and committed by
Vinod Koul
3b2b4149 d14402a3

+1 -1
+1 -1
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
··· 1507 1507 break; 1508 1508 default: 1509 1509 return -EINVAL; 1510 - }; 1510 + } 1511 1511 1512 1512 return 0; 1513 1513 }