[PATCH] staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid"

Mark Greer mgreer at animalcreek.com
Tue May 22 14:39:14 UTC 2018


On Tue, May 22, 2018 at 09:33:42AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Trivial fix to spelling mistake in dev_err error message
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  drivers/staging/greybus/audio_topology.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c
> index de4b1b2b12f3..15e57f701630 100644
> --- a/drivers/staging/greybus/audio_topology.c
> +++ b/drivers/staging/greybus/audio_topology.c
> @@ -996,7 +996,7 @@ static int gbaudio_tplg_create_widget(struct gbaudio_module_info *module,
>  
>  	ret = gbaudio_validate_kcontrol_count(w);
>  	if (ret) {
> -		dev_err(module->dev, "Inavlid kcontrol count=%d for %s\n",
> +		dev_err(module->dev, "Invalid kcontrol count=%d for %s\n",
>  			w->ncontrols, w->name);
>  		return ret;
>  	}

Acked-by: Mark Greer <mgreer at animalcreek.com>


More information about the devel mailing list