projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f75731
)
dmaengine: dw-edma: Fix typo in comments offset
author
Gustavo Pimentel
<Gustavo.Pimentel@synopsys.com>
Thu, 13 Aug 2020 14:14:14 +0000
(16:14 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Tue, 25 Aug 2020 11:10:04 +0000
(16:40 +0530)
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>
drivers/dma/dw-edma/dw-edma-v0-regs.h
patch
|
blob
|
history
diff --git
a/drivers/dma/dw-edma/dw-edma-v0-regs.h
b/drivers/dma/dw-edma/dw-edma-v0-regs.h
index cd64768845079060b2071a403b602b9d7bf914aa..dfd70e223c2fe86dd23542e810d41790d4cc7204 100644
(file)
--- 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]; /* [0x
224..0x2
fc] */
+ u32 padding_2[55]; /* [0x
324..0x3
fc] */
};
struct dw_edma_v0_unroll {