[PATCH] phy: rockchip: samsung-hdptx: Remove unneeded semicolon

Chen Ni posted 1 patch 8 months, 1 week ago
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] phy: rockchip: samsung-hdptx: Remove unneeded semicolon
Posted by Chen Ni 8 months, 1 week ago
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/phy/rockchip/phy-rockchip-samsung-hdptx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c b/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
index fc289ed8d915..bb49d69a6f17 100644
--- a/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
+++ b/drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
@@ -1507,7 +1507,7 @@ static int rk_hdptx_phy_verify_hdmi_config(struct rk_hdptx_phy *hdptx,
 		break;
 	default:
 		return -EINVAL;
-	};
+	}
 
 	return 0;
 }
-- 
2.25.1
Re: [PATCH] phy: rockchip: samsung-hdptx: Remove unneeded semicolon
Posted by Vinod Koul 7 months, 1 week ago
On Tue, 15 Apr 2025 16:12:00 +0800, Chen Ni wrote:
> Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
> semantic patch at scripts/coccinelle/misc/semicolon.cocci.
> 
> 

Applied, thanks!

[1/1] phy: rockchip: samsung-hdptx: Remove unneeded semicolon
      commit: 3b2b414927dcbd866c99ec92e3a214a69fc51c90

Best regards,
-- 
~Vinod