projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a695a9
)
ASoC: fsl_spdif: fix spelling mistake: "receivce" -> "receive"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 28 Jun 2016 12:47:59 +0000
(13:47 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 Jun 2016 14:57:48 +0000
(15:57 +0100)
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>
sound/soc/fsl/fsl_spdif.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/fsl_spdif.c
b/sound/soc/fsl/fsl_spdif.c
index
151849f
..
beec793
100644
(file)
--- 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 receiv
c
e buffer overflow\n");
+ dev_err(&pdev->dev, "User bit receive buffer overflow\n");
return;
}