Skip to content

Commit

Permalink
ASoC: fsl_spdif: fix spelling mistake: "receivce" -> "receive"
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 28, 2016
1 parent 1a695a9 commit d93c506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/fsl/fsl_spdif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d93c506

Please sign in to comment.