[PATCH][next] ASoC: cs48l32: Fix spelling mistake "exceeeds" -> "exceeds"

Colin Ian King posted 1 patch 9 months, 4 weeks ago
sound/soc/codecs/cs48l32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] ASoC: cs48l32: Fix spelling mistake "exceeeds" -> "exceeds"
Posted by Colin Ian King 9 months, 4 weeks ago
There is a spelling mistake in a cs48l32_fll_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 sound/soc/codecs/cs48l32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/cs48l32.c b/sound/soc/codecs/cs48l32.c
index 4e2bc09773cb..8fd0df671730 100644
--- a/sound/soc/codecs/cs48l32.c
+++ b/sound/soc/codecs/cs48l32.c
@@ -1802,7 +1802,7 @@ static int cs48l32_fllhj_validate(struct cs48l32_fll *fll,
 	}
 
 	if (fout > CS48L32_FLL_MAX_FOUT) {
-		cs48l32_fll_err(fll, "Fout=%dMHz exceeeds maximum %dMHz\n",
+		cs48l32_fll_err(fll, "Fout=%dMHz exceeds maximum %dMHz\n",
 				fout, CS48L32_FLL_MAX_FOUT);
 		return -EINVAL;
 	}
-- 
2.49.0
Re: [PATCH][next] ASoC: cs48l32: Fix spelling mistake "exceeeds" -> "exceeds"
Posted by Mark Brown 9 months, 3 weeks ago
On Wed, 16 Apr 2025 09:12:04 +0100, Colin Ian King wrote:
> There is a spelling mistake in a cs48l32_fll_err message. Fix it.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: cs48l32: Fix spelling mistake "exceeeds" -> "exceeds"
      commit: 7ed50dc550b0a3bad82f675aaefd8cd00362672d

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH][next] ASoC: cs48l32: Fix spelling mistake "exceeeds" -> "exceeds"
Posted by Richard Fitzgerald 9 months, 4 weeks ago
On 16/04/2025 9:12 am, Colin Ian King wrote:
> There is a spelling mistake in a cs48l32_fll_err message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   sound/soc/codecs/cs48l32.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/codecs/cs48l32.c b/sound/soc/codecs/cs48l32.c
> index 4e2bc09773cb..8fd0df671730 100644
> --- a/sound/soc/codecs/cs48l32.c
> +++ b/sound/soc/codecs/cs48l32.c
> @@ -1802,7 +1802,7 @@ static int cs48l32_fllhj_validate(struct cs48l32_fll *fll,
>   	}
>   
>   	if (fout > CS48L32_FLL_MAX_FOUT) {
> -		cs48l32_fll_err(fll, "Fout=%dMHz exceeeds maximum %dMHz\n",
> +		cs48l32_fll_err(fll, "Fout=%dMHz exceeds maximum %dMHz\n",
>   				fout, CS48L32_FLL_MAX_FOUT);
>   		return -EINVAL;
>   	}
Reviewed-by: Richard Fitzgerald <rf@opensource.cirrus.com>