[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250725041524.73660-1-ignacio.pena87@gmail.com>
Date: Fri, 25 Jul 2025 00:15:24 -0400
From: Ignacio Peña <ignacio.pena87@...il.com>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org,
Ignacio Pena <ignacio.pena87@...il.com>
Subject: [PATCH] drivers/clk/clk-asm9260.c: Fix typo 'devide' -> 'divide'
Fix spelling mistake.
No functional change.
Signed-off-by: Ignacio Pena <ignacio.pena87@...il.com>
---
drivers/clk/clk-asm9260.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/clk-asm9260.c b/drivers/clk/clk-asm9260.c
index 3432c801f..595cfa533 100644
--- a/drivers/clk/clk-asm9260.c
+++ b/drivers/clk/clk-asm9260.c
@@ -92,8 +92,8 @@ static const struct asm9260_div_clk asm9260_div_clks[] __initconst = {
{ CLKID_SYS_CPU, "cpu_div", "main_gate", HW_CPUCLKDIV },
{ CLKID_SYS_AHB, "ahb_div", "cpu_div", HW_SYSAHBCLKDIV },
- /* i2s has two deviders: one for only external mclk and internal
- * devider for all clks. */
+ /* i2s has two dividers: one for only external mclk and internal
+ * divider for all clks. */
{ CLKID_SYS_I2S0M, "i2s0m_div", "i2s0_mclk", HW_I2S0MCLKDIV },
{ CLKID_SYS_I2S1M, "i2s1m_div", "i2s1_mclk", HW_I2S1MCLKDIV },
{ CLKID_SYS_I2S0S, "i2s0s_div", "i2s0_gate", HW_I2S0SCLKDIV },
--
2.50.1
Powered by blists - more mailing lists