Re: [PATCH v1 2/2] dmaengine: dw-edma: IP name corrected under its struct
From: Frank Li
Date: Tue Sep 15 2026 - 12:50:29 EST
On Mon, Sep 07, 2026 at 04:24:53PM +0530, Devendra K Verma wrote:
> For 'xilinx_cpm6_dma_data' struct which is CPM6 IP, the comment
> under this struct has typo and mentiones 'MDB' registers when
> it shall be 'CPM6' regisers.
>
> Signed-off-by: Devendra K Verma <devverma@xxxxxxx>
> ---
dmaengine: dw-edma: correct IP name in xilinx_cpm6_dma_data comment
Replace 'MDB' with 'CPM6' in the xilinx_cpm6_dma_data comment to fix
the IP name typo.
Frank
> drivers/dma/dw-edma/dw-edma-pcie.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma/dw-edma/dw-edma-pcie.c b/drivers/dma/dw-edma/dw-edma-pcie.c
> index 006dea7d6322..762a693ab55b 100644
> --- a/drivers/dma/dw-edma/dw-edma-pcie.c
> +++ b/drivers/dma/dw-edma/dw-edma-pcie.c
> @@ -146,7 +146,7 @@ static const struct dw_edma_pcie_data xilinx_mdb_data = {
> };
>
> static const struct dw_edma_pcie_data xilinx_cpm6_dma_data = {
> - /* MDB registers location */
> + /* CPM6 registers location */
> .rg.bar = BAR_0,
> .rg.off = SZ_4K, /* 4 Kbytes */
> .rg.sz = SZ_8K, /* 8 Kbytes */
> --
> 2.43.0
>