lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8ccab042-e24c-c535-fe32-9a2062ba1bec@infradead.org>
Date:   Sat, 22 Jul 2023 07:31:27 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Zhang Jianhua <chris.zjh@...wei.com>, vkoul@...nel.org,
        afaerber@...e.de, mani@...nel.org
Cc:     dmaengine@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-actions@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] dmaengine: owl-dma: Modify mismatched function name



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@...wei.com>

Reviewed-by: Randy Dunlap <rdunlap@...radead.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ