From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753912AbdENNRA (ORCPT ); Sun, 14 May 2017 09:17:00 -0400 Received: from mga07.intel.com ([134.134.136.100]:12778 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751971AbdENNQ6 (ORCPT ); Sun, 14 May 2017 09:16:58 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,340,1491289200"; d="scan'208";a="856615077" Date: Sun, 14 May 2017 18:49:03 +0530 From: Vinod Koul To: Colin King Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Andy Shevchenko , Julia Lawall , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][V2] ASoC: Intel: sst: fix spelling mistake: "allocationf" -> "allocation" Message-ID: <20170514131903.GO6263@localhost> References: <20170510102940.18786-1-colin.king@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170510102940.18786-1-colin.king@canonical.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 10, 2017 at 11:29:40AM +0100, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in dev_err message. Also replace "fail" > with "failure". Acked-by: Vinod Koul > > Signed-off-by: Colin Ian King > --- > 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