* [PATCH] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select"
@ 2022-09-28 22:04 Colin Ian King
2022-09-29 9:25 ` AngeloGioacchino Del Regno
2022-09-29 13:07 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2022-09-28 22:04 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
Matthias Brugger, alsa-devel, linux-arm-kernel, linux-mediatek
Cc: kernel-janitors, linux-kernel
There are some spelling mistakes in dev_err messages. Fix them.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
sound/soc/mediatek/mt8186/mt8186-afe-gpio.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sound/soc/mediatek/mt8186/mt8186-afe-gpio.c b/sound/soc/mediatek/mt8186/mt8186-afe-gpio.c
index 274c0c8ec2f2..eda913fa147a 100644
--- a/sound/soc/mediatek/mt8186/mt8186-afe-gpio.c
+++ b/sound/soc/mediatek/mt8186/mt8186-afe-gpio.c
@@ -170,25 +170,25 @@ static int mt8186_afe_gpio_adda_ul(struct device *dev, bool enable)
if (enable) {
ret = mt8186_afe_gpio_select(dev, MT8186_AFE_GPIO_CLK_MISO_ON);
if (ret) {
- dev_err(dev, "%s(), MISO CLK ON slect fail!\n", __func__);
+ dev_err(dev, "%s(), MISO CLK ON select fail!\n", __func__);
return ret;
}
ret = mt8186_afe_gpio_select(dev, MT8186_AFE_GPIO_DAT_MISO_ON);
if (ret) {
- dev_err(dev, "%s(), MISO DAT ON slect fail!\n", __func__);
+ dev_err(dev, "%s(), MISO DAT ON select fail!\n", __func__);
return ret;
}
} else {
ret = mt8186_afe_gpio_select(dev, MT8186_AFE_GPIO_DAT_MISO_OFF);
if (ret) {
- dev_err(dev, "%s(), MISO DAT OFF slect fail!\n", __func__);
+ dev_err(dev, "%s(), MISO DAT OFF select fail!\n", __func__);
return ret;
}
ret = mt8186_afe_gpio_select(dev, MT8186_AFE_GPIO_CLK_MISO_OFF);
if (ret) {
- dev_err(dev, "%s(), MISO CLK OFF slect fail!\n", __func__);
+ dev_err(dev, "%s(), MISO CLK OFF select fail!\n", __func__);
return ret;
}
}
--
2.37.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select"
2022-09-28 22:04 [PATCH] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select" Colin Ian King
@ 2022-09-29 9:25 ` AngeloGioacchino Del Regno
2022-09-29 13:07 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-09-29 9:25 UTC (permalink / raw)
To: Colin Ian King, Liam Girdwood, Mark Brown, Jaroslav Kysela,
Takashi Iwai, Matthias Brugger, alsa-devel, linux-arm-kernel,
linux-mediatek
Cc: kernel-janitors, linux-kernel
Il 29/09/22 00:04, Colin Ian King ha scritto:
> There are some spelling mistakes in dev_err messages. Fix them.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select"
2022-09-28 22:04 [PATCH] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select" Colin Ian King
2022-09-29 9:25 ` AngeloGioacchino Del Regno
@ 2022-09-29 13:07 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2022-09-29 13:07 UTC (permalink / raw)
To: Liam Girdwood, linux-mediatek, alsa-devel, Colin Ian King,
Takashi Iwai, linux-arm-kernel, Matthias Brugger,
Jaroslav Kysela
Cc: kernel-janitors, linux-kernel
On Wed, 28 Sep 2022 23:04:17 +0100, Colin Ian King wrote:
> There are some spelling mistakes in dev_err messages. Fix them.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select"
commit: 65c94e4d15830406a31a55085887e97bacd25434
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-09-29 13:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 22:04 [PATCH] ASoC: mediatek: mt8186: Fix spelling mistake "slect" -> "select" Colin Ian King
2022-09-29 9:25 ` AngeloGioacchino Del Regno
2022-09-29 13:07 ` Mark Brown
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®