All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Colin King <colin.king@canonical.com>
Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Takashi Iwai <tiwai@suse.com>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Julia Lawall <Julia.Lawall@lip6.fr>,
	Mark Brown <broonie@kernel.org>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Subject: Re: [PATCH][V2] ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"
Date: Sun, 14 May 2017 18:49:03 +0530	[thread overview]
Message-ID: <20170514131903.GO6263@localhost> (raw)
In-Reply-To: <20170510102940.18786-1-colin.king@canonical.com>

On Wed, May 10, 2017 at 11:29:40AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err message. Also replace "fail"
> with "failure".

Acked-by: Vinod Koul <vinod.koul@intel.com>

> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  sound/soc/intel/atom/sst-mfld-platform-pcm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
> index 21cac1c8dd4c..e74119113713 100644
> --- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c
> +++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
> @@ -690,7 +690,7 @@ static int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
>  			snd_dma_continuous_data(GFP_DMA),
>  			SST_MIN_BUFFER, SST_MAX_BUFFER);
>  		if (retval) {
> -			dev_err(rtd->dev, "dma buffer allocationf fail\n");
> +			dev_err(rtd->dev, "dma buffer allocation failure\n");
>  			return retval;
>  		}
>  	}
> -- 
> 2.11.0
> 

-- 
~Vinod

WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: Colin King <colin.king@canonical.com>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
	Takashi Iwai <tiwai@suse.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Julia Lawall <Julia.Lawall@lip6.fr>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][V2] ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"
Date: Sun, 14 May 2017 18:49:03 +0530	[thread overview]
Message-ID: <20170514131903.GO6263@localhost> (raw)
In-Reply-To: <20170510102940.18786-1-colin.king@canonical.com>

On Wed, May 10, 2017 at 11:29:40AM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err message. Also replace "fail"
> with "failure".

Acked-by: Vinod Koul <vinod.koul@intel.com>

> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  sound/soc/intel/atom/sst-mfld-platform-pcm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
> index 21cac1c8dd4c..e74119113713 100644
> --- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c
> +++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c
> @@ -690,7 +690,7 @@ static int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
>  			snd_dma_continuous_data(GFP_DMA),
>  			SST_MIN_BUFFER, SST_MAX_BUFFER);
>  		if (retval) {
> -			dev_err(rtd->dev, "dma buffer allocationf fail\n");
> +			dev_err(rtd->dev, "dma buffer allocation failure\n");
>  			return retval;
>  		}
>  	}
> -- 
> 2.11.0
> 

-- 
~Vinod

  reply	other threads:[~2017-05-14 13:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-10 10:29 [PATCH][V2] ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation" Colin King
2017-05-14 13:19 ` Vinod Koul [this message]
2017-05-14 13:19   ` Vinod Koul
2017-05-15  8:02 ` Applied "ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation"" to the asoc tree Mark Brown
2017-05-15  8:02   ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170514131903.GO6263@localhost \
    --to=vinod.koul@intel.com \
    --cc=Julia.Lawall@lip6.fr \
    --cc=alsa-devel@alsa-project.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=broonie@kernel.org \
    --cc=colin.king@canonical.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tiwai@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.