diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-10 15:58:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-11 11:05:01 +0900 |
commit | d165b5a86fcad715aea1f164186224fe0c2f57f3 (patch) | |
tree | bc68bf8ffa54f6d997b29d0720fa7507374466d0 /sound/soc/zte | |
parent | 5a748de0644d16ceb4192ebf785742619b88109b (diff) | |
download | linux-d165b5a86fcad715aea1f164186224fe0c2f57f3.tar.gz linux-d165b5a86fcad715aea1f164186224fe0c2f57f3.tar.bz2 linux-d165b5a86fcad715aea1f164186224fe0c2f57f3.zip |
ASoC: zx-i2s: fix spelling mistake: "timeing" -> "timing"
Trivial fix to spelling mistake in dev_err message text
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/zte')
-rw-r--r-- | sound/soc/zte/zx-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/zte/zx-i2s.c b/sound/soc/zte/zx-i2s.c index 9a0565937d1f..b6b056c607fa 100644 --- a/sound/soc/zte/zx-i2s.c +++ b/sound/soc/zte/zx-i2s.c @@ -197,7 +197,7 @@ static int zx_i2s_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int fmt) val |= (ZX_I2S_TIMING_I2S | ZX_I2S_TIMING_LSB_JUSTIF); break; default: - dev_err(cpu_dai->dev, "Unknown i2s timeing\n"); + dev_err(cpu_dai->dev, "Unknown i2s timing\n"); return -EINVAL; } |