2019-04-04 07:57:04

by Colin King

[permalink] [raw]
Subject: [PATCH][next] ASoC: sprd: Fix spelling mistake "faied" -> "failed"

From: Colin Ian King <[email protected]>

There are two identical spelling mistakes in dev_err messages. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
---
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;
}

--
2.20.1


2019-04-04 08:01:28

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH][next] ASoC: sprd: Fix spelling mistake "faied" -> "failed"


On 4/4/2019 1:26 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There are two identical spelling mistakes in dev_err messages. Fix them.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

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;
> }
>

2019-04-04 08:05:12

by Baolin Wang

[permalink] [raw]
Subject: Re: [PATCH][next] ASoC: sprd: Fix spelling mistake "faied" -> "failed"

On Thu, 4 Apr 2019 at 15:56, Colin King <[email protected]> wrote:
>
> From: Colin Ian King <[email protected]>
>
> There are two identical spelling mistakes in dev_err messages. Fix them.
>
> Signed-off-by: Colin Ian King <[email protected]>

Thanks for fixing my mistakes.
Reviewed-by: Baolin Wang <[email protected]>

--
Baolin Wang
Best Regards

2019-04-04 08:18:02

by Mark Brown

[permalink] [raw]
Subject: Applied "ASoC: sprd: Fix spelling mistake "faied" -> "failed"" to the asoc tree

The patch

ASoC: sprd: Fix spelling mistake "faied" -> "failed"

has been applied to the asoc tree at

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From 47fa5773f11c7cc9117d74ea5a18a22502d8f0f3 Mon Sep 17 00:00:00 2001
From: Colin Ian King <[email protected]>
Date: Thu, 4 Apr 2019 08:56:03 +0100
Subject: [PATCH] ASoC: sprd: Fix spelling mistake "faied" -> "failed"

There are two identical spelling mistakes in dev_err messages. Fix them.

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>
Reviewed-by: Baolin Wang <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
---
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 424e9834d093..6cddf551bc11 100644
--- a/sound/soc/sprd/sprd-pcm-compress.c
+++ b/sound/soc/sprd/sprd-pcm-compress.c
@@ -281,13 +281,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;
}

--
2.20.1