Re: [PATCH 1/2] ASoC: cs35l35: fix typo 'overide' -> 'override'

From: Krzysztof Kozlowski

Date: Tue Apr 21 2026 - 05:55:40 EST


On 21/04/2026 04:30, IRRatium wrote:
> Fix typo in property name 'cirrus,classh-bst-overide',
> should be 'cirrus,classh-bst-override'.
>
> Signed-off-by: IRRatium <majnkraftiigry7@xxxxxxxxx>

We don't take anonymous contributions.

> ---
>  sound/soc/codecs/cs35l35.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
> index 7a01b1d9f..7d9b42c5a 100644
> --- a/sound/soc/codecs/cs35l35.c
> +++ b/sound/soc/codecs/cs35l35.c
> @@ -1311,7 +1311,7 @@ static int cs35l35_handle_of_data(struct
> i2c_client *i2c_client,
>
>      if (classh_config->classh_algo_enable) {
>          classh_config->classh_bst_override =
> -            of_property_read_bool(np, "cirrus,classh-bst-overide");
> +            of_property_read_bool(np, "cirrus,classh-bst-override");

ABI break, so that's a strong no.

Best regards,
Krzysztof