All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC:q6dsp:q6afe-dai: Fix a typo in module description
@ 2021-05-10 10:27 Masanari Iida
  2021-05-10 10:33 ` Srinivas Kandagatla
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2021-05-10 10:27 UTC (permalink / raw
  To: linux-kernel, dunlap, srinivas.kandagatla, perex, tiwai,
	alsa-devel, bgoswami
  Cc: Masanari Iida

This patch fixes a spelling typo in MODULE_DESCRIPTION
in q6afe-dai.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 sound/soc/qcom/qdsp6/q6afe-dai.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/qcom/qdsp6/q6afe-dai.c b/sound/soc/qcom/qdsp6/q6afe-dai.c
index b539af86e8f7..2166fc305c8f 100644
--- a/sound/soc/qcom/qdsp6/q6afe-dai.c
+++ b/sound/soc/qcom/qdsp6/q6afe-dai.c
@@ -1706,5 +1706,5 @@ static struct platform_driver q6afe_dai_platform_driver = {
 };
 module_platform_driver(q6afe_dai_platform_driver);
 
-MODULE_DESCRIPTION("Q6 Audio Fronend dai driver");
+MODULE_DESCRIPTION("Q6 Audio Frontend dai driver");
 MODULE_LICENSE("GPL v2");
-- 
2.25.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC:q6dsp:q6afe-dai: Fix a typo in module description
  2021-05-10 10:27 [PATCH] ASoC:q6dsp:q6afe-dai: Fix a typo in module description Masanari Iida
@ 2021-05-10 10:33 ` Srinivas Kandagatla
  0 siblings, 0 replies; 2+ messages in thread
From: Srinivas Kandagatla @ 2021-05-10 10:33 UTC (permalink / raw
  To: Masanari Iida, linux-kernel, dunlap, perex, tiwai, alsa-devel,
	bgoswami

Thanks for the patch,

On 10/05/2021 11:27, Masanari Iida wrote:
> This patch fixes a spelling typo in MODULE_DESCRIPTION
> in q6afe-dai.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>


Reviewed-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

> ---
>   sound/soc/qcom/qdsp6/q6afe-dai.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sound/soc/qcom/qdsp6/q6afe-dai.c b/sound/soc/qcom/qdsp6/q6afe-dai.c
> index b539af86e8f7..2166fc305c8f 100644
> --- a/sound/soc/qcom/qdsp6/q6afe-dai.c
> +++ b/sound/soc/qcom/qdsp6/q6afe-dai.c
> @@ -1706,5 +1706,5 @@ static struct platform_driver q6afe_dai_platform_driver = {
>   };
>   module_platform_driver(q6afe_dai_platform_driver);
>   
> -MODULE_DESCRIPTION("Q6 Audio Fronend dai driver");
> +MODULE_DESCRIPTION("Q6 Audio Frontend dai driver");
>   MODULE_LICENSE("GPL v2");
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-10 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-10 10:27 [PATCH] ASoC:q6dsp:q6afe-dai: Fix a typo in module description Masanari Iida
2021-05-10 10:33 ` Srinivas Kandagatla

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.