Skip to content

Commit 57072ae

Browse files
Colin Ian Kingbroonie
authored andcommitted
SoC: dwc: trivial fix of spelling mistake "unsuppted" -> "unsupported"
trivial fix to spelling mistake in dev_err message Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 3276d0a commit 57072ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/dwc/designware_i2s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ static int dw_i2s_hw_params(struct snd_pcm_substream *substream,
255255
break;
256256

257257
default:
258-
dev_err(dev->dev, "designware-i2s: unsuppted PCM fmt");
258+
dev_err(dev->dev, "designware-i2s: unsupported PCM fmt");
259259
return -EINVAL;
260260
}
261261

0 commit comments

Comments
 (0)