mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
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>
This commit is contained in:
parent
1a695a905c
commit
d93c5066e8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue