lkml.org 
[lkml]   [2016]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH] ASoC: fsl_spdif: fix spelling mistake: "receivce" -> "receive"
    Date
    From: Colin Ian King <colin.king@canonical.com>

    trivial fix to spelling mistake in dev_err message

    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    ---
    sound/soc/fsl/fsl_spdif.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
    index 151849f..beec793 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;
    }

    --
    2.8.1
    \
     
     \ /
      Last update: 2016-06-28 15:21    [W:3.058 / U:0.544 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site