diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-06-28 13:47:59 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-28 15:57:48 +0100 |
commit | d93c5066e85e936765af29bf47ec78885d55ad02 (patch) | |
tree | 6f83f64ad94274bcf7eb76ba91229d1194d823ea /sound/soc/fsl | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
ASoC: fsl_spdif: fix spelling mistake: "receivce" -> "receive"
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>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 151849f79863..beec7934a265 100644 --- a/sound/soc/fsl/fsl_spdif.c +++ b/sound/soc/fsl/fsl_spdif.c @@ -172,7 +172,7 @@ static void spdif_irq_uqrx_full(struct fsl_spdif_priv *spdif_priv, char name) if (*pos >= size * 2) { *pos = 0; } else if (unlikely((*pos % size) + 3 > size)) { - dev_err(&pdev->dev, "User bit receivce buffer overflow\n"); + dev_err(&pdev->dev, "User bit receive buffer overflow\n"); return; } |