linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH -next] dmaengine: owl-dma: Modify mismatched function name
  2023-07-22 15:32 [PATCH -next] dmaengine: owl-dma: Modify mismatched function name Zhang Jianhua
@ 2023-07-22 14:31 ` Randy Dunlap
  2023-08-01 18:44 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2023-07-22 14:31 UTC (permalink / raw)
  To: Zhang Jianhua, vkoul, afaerber, mani
  Cc: dmaengine, linux-arm-kernel, linux-actions, linux-kernel



On 7/22/23 08:32, Zhang Jianhua wrote:
> No functional modification involved.
> 
> drivers/dma/owl-dma.c:208: warning: expecting prototype for struct owl_dma_pchan. Prototype was for struct owl_dma_vchan instead HDRTEST usr/include/sound/asequencer.h
> 
> Fixes: 47e20577c24d ("dmaengine: Add Actions Semi Owl family S900 DMA driver")
> Signed-off-by: Zhang Jianhua <chris.zjh@huawei.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

> ---
>  drivers/dma/owl-dma.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/dma/owl-dma.c b/drivers/dma/owl-dma.c
> index 95a462a1f511..b6e0ac8314e5 100644
> --- a/drivers/dma/owl-dma.c
> +++ b/drivers/dma/owl-dma.c
> @@ -192,7 +192,7 @@ struct owl_dma_pchan {
>  };
>  
>  /**
> - * struct owl_dma_pchan - Wrapper for DMA ENGINE channel
> + * struct owl_dma_vchan - Wrapper for DMA ENGINE channel
>   * @vc: wrapped virtual channel
>   * @pchan: the physical channel utilized by this channel
>   * @txd: active transaction on this channel

-- 
~Randy

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH -next] dmaengine: owl-dma: Modify mismatched function name
@ 2023-07-22 15:32 Zhang Jianhua
  2023-07-22 14:31 ` Randy Dunlap
  2023-08-01 18:44 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Zhang Jianhua @ 2023-07-22 15:32 UTC (permalink / raw)
  To: vkoul, afaerber, mani
  Cc: chris.zjh, dmaengine, linux-arm-kernel, linux-actions,
	linux-kernel

No functional modification involved.

drivers/dma/owl-dma.c:208: warning: expecting prototype for struct owl_dma_pchan. Prototype was for struct owl_dma_vchan instead HDRTEST usr/include/sound/asequencer.h

Fixes: 47e20577c24d ("dmaengine: Add Actions Semi Owl family S900 DMA driver")
Signed-off-by: Zhang Jianhua <chris.zjh@huawei.com>
---
 drivers/dma/owl-dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/owl-dma.c b/drivers/dma/owl-dma.c
index 95a462a1f511..b6e0ac8314e5 100644
--- a/drivers/dma/owl-dma.c
+++ b/drivers/dma/owl-dma.c
@@ -192,7 +192,7 @@ struct owl_dma_pchan {
 };
 
 /**
- * struct owl_dma_pchan - Wrapper for DMA ENGINE channel
+ * struct owl_dma_vchan - Wrapper for DMA ENGINE channel
  * @vc: wrapped virtual channel
  * @pchan: the physical channel utilized by this channel
  * @txd: active transaction on this channel
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH -next] dmaengine: owl-dma: Modify mismatched function name
  2023-07-22 15:32 [PATCH -next] dmaengine: owl-dma: Modify mismatched function name Zhang Jianhua
  2023-07-22 14:31 ` Randy Dunlap
@ 2023-08-01 18:44 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2023-08-01 18:44 UTC (permalink / raw)
  To: afaerber, mani, Zhang Jianhua
  Cc: dmaengine, linux-arm-kernel, linux-actions, linux-kernel


On Sat, 22 Jul 2023 15:32:44 +0000, Zhang Jianhua wrote:
> No functional modification involved.
> 
> drivers/dma/owl-dma.c:208: warning: expecting prototype for struct owl_dma_pchan. Prototype was for struct owl_dma_vchan instead HDRTEST usr/include/sound/asequencer.h
> 
> 

Applied, thanks!

[1/1] dmaengine: owl-dma: Modify mismatched function name
      commit: b4b349f73efae39b6646d82cc1ee081b85645f7b

Best regards,
-- 
~Vinod



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-08-01 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-22 15:32 [PATCH -next] dmaengine: owl-dma: Modify mismatched function name Zhang Jianhua
2023-07-22 14:31 ` Randy Dunlap
2023-08-01 18:44 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).