From: Mukesh Ojha <mojha@codeaurora.org>
To: Colin King <colin.king@canonical.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>, Orson Zhai <orsonzhai@gmail.com>,
Baolin Wang <baolin.wang@linaro.org>,
Chunyan Zhang <zhang.lyra@gmail.com>,
alsa-devel@alsa-project.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] ASoC: sprd: Fix spelling mistake "faied" -> "failed"
Date: Thu, 4 Apr 2019 13:30:21 +0530 [thread overview]
Message-ID: <c2339d07-4b8b-070c-6741-0bd2a9b34aeb@codeaurora.org> (raw)
In-Reply-To: <20190404075603.11680-1-colin.king@canonical.com>
On 4/4/2019 1:26 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There are two identical spelling mistakes in dev_err messages. Fix them.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Cheers,
-Mukesh
> ---
> sound/soc/sprd/sprd-pcm-compress.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/sprd/sprd-pcm-compress.c b/sound/soc/sprd/sprd-pcm-compress.c
> index dc84257cffc2..e008525a6cb3 100644
> --- a/sound/soc/sprd/sprd-pcm-compress.c
> +++ b/sound/soc/sprd/sprd-pcm-compress.c
> @@ -282,13 +282,13 @@ static int sprd_platform_compr_set_params(struct snd_compr_stream *cstream,
> */
> ret = sprd_platform_compr_dma_config(cstream, params, 1);
> if (ret) {
> - dev_err(dev, "faied to config stage 1 DMA: %d\n", ret);
> + dev_err(dev, "failed to config stage 1 DMA: %d\n", ret);
> return ret;
> }
>
> ret = sprd_platform_compr_dma_config(cstream, params, 0);
> if (ret) {
> - dev_err(dev, "faied to config stage 0 DMA: %d\n", ret);
> + dev_err(dev, "failed to config stage 0 DMA: %d\n", ret);
> goto config_err;
> }
>
next prev parent reply other threads:[~2019-04-04 8:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-04 7:56 Colin King
2019-04-04 8:00 ` Mukesh Ojha [this message]
2019-04-04 8:04 ` Baolin Wang
2019-04-04 8:16 ` Applied "ASoC: sprd: Fix spelling mistake "faied" -> "failed"" to the asoc tree 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=c2339d07-4b8b-070c-6741-0bd2a9b34aeb@codeaurora.org \
--to=mojha@codeaurora.org \
--cc=alsa-devel@alsa-project.org \
--cc=baolin.wang@linaro.org \
--cc=broonie@kernel.org \
--cc=colin.king@canonical.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=orsonzhai@gmail.com \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=zhang.lyra@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®