Skip to content

Commit

Permalink
SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported"
Browse files Browse the repository at this point in the history
trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Colin Ian King authored and Mark Brown committed Jun 26, 2016
1 parent 3276d0a commit 57072ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/dwc/designware_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static int dw_i2s_hw_params(struct snd_pcm_substream *substream,
break;

default:
dev_err(dev->dev, "designware-i2s: unsuppted PCM fmt");
dev_err(dev->dev, "designware-i2s: unsupported PCM fmt");
return -EINVAL;
}

Expand Down

0 comments on commit 57072ae

Please sign in to comment.