From: Colin Ian King Date: Tue, 22 May 2018 08:33:42 +0000 (+0100) Subject: staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ac5d6d869c053e0b9c6d375742fc0135358297aa;p=linux.git staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid" Trivial fix to spelling mistake in dev_err error message Signed-off-by: Colin Ian King Acked-by: Vaibhav Agarwal Acked-by: Mark Greer Acked-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c index de4b1b2b12f33..15e57f7016302 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; }