[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250617032103.1725040-1-nichen@iscas.ac.cn>
Date: Tue, 17 Jun 2025 11:21:03 +0800
From: Chen Ni <nichen@...as.ac.cn>
To: lgirdwood@...il.com,
broonie@...nel.org,
perex@...ex.cz,
tiwai@...e.com,
thierry.reding@...il.com,
jonathanh@...dia.com,
sheetal@...dia.com,
u.kleine-koenig@...libre.com,
mkumard@...dia.com,
rituc@...dia.com,
ruc_gongyuanjun@....com
Cc: linux-sound@...r.kernel.org,
linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chen Ni <nichen@...as.ac.cn>
Subject: [PATCH] ASoC: tegra: AHUB: 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@...as.ac.cn>
---
sound/soc/tegra/tegra210_ahub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/tegra/tegra210_ahub.c b/sound/soc/tegra/tegra210_ahub.c
index 2376cc76e684..21aeaeba0b10 100644
--- a/sound/soc/tegra/tegra210_ahub.c
+++ b/sound/soc/tegra/tegra210_ahub.c
@@ -2066,7 +2066,7 @@ static bool tegra264_ahub_wr_reg(struct device *dev, unsigned int reg)
return true;
default:
break;
- };
+ }
}
return false;
--
2.25.1
Powered by blists - more mailing lists