diff options
author | Gustavo Pimentel <Gustavo.Pimentel@synopsys.com> | 2020-08-13 16:14:14 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-08-25 16:40:04 +0530 |
commit | 6139521db7d4a01ac780340a9eb8892d6bf3a953 (patch) | |
tree | 2eb41e4a078d2ef5e2c7beba3067636dc8bfea5d /drivers/dma/dw-edma | |
parent | 8f757317b8645f2f602f4fcefd5b1f31f774e63b (diff) | |
download | linux-6139521db7d4a01ac780340a9eb8892d6bf3a953.tar.bz2 |
dmaengine: dw-edma: Fix typo in comments offset
Fix typo in comments offset related to padding bytes.
Signed-off-by: Gustavo Pimentel <gustavo.pimentel@synopsys.com>
Link: https://lore.kernel.org/r/d7c7e56a83a13a62438a6c1a23863015a3760581.1597327654.git.gustavo.pimentel@synopsys.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/dw-edma')
-rw-r--r-- | drivers/dma/dw-edma/dw-edma-v0-regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw-edma/dw-edma-v0-regs.h b/drivers/dma/dw-edma/dw-edma-v0-regs.h index cd6476884507..dfd70e223c2f 100644 --- a/drivers/dma/dw-edma/dw-edma-v0-regs.h +++ b/drivers/dma/dw-edma/dw-edma-v0-regs.h @@ -40,7 +40,7 @@ struct dw_edma_v0_ch { struct dw_edma_v0_ch_regs wr; /* 0x200 */ u32 padding_1[55]; /* [0x224..0x2fc] */ struct dw_edma_v0_ch_regs rd; /* 0x300 */ - u32 padding_2[55]; /* [0x224..0x2fc] */ + u32 padding_2[55]; /* [0x324..0x3fc] */ }; struct dw_edma_v0_unroll { |