mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
dmaengine: stedma40: fix 'physical' typo
Fix misspelling of "physical". Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20210126205906.2918099-1-helgaas@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
committed by
Vinod Koul
parent
123935a4ca
commit
c281cde7a4
@@ -78,7 +78,7 @@ static int dma40_memcpy_channels[] = {
|
|||||||
DB8500_DMA_MEMCPY_EV_5,
|
DB8500_DMA_MEMCPY_EV_5,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Default configuration for physcial memcpy */
|
/* Default configuration for physical memcpy */
|
||||||
static const struct stedma40_chan_cfg dma40_memcpy_conf_phy = {
|
static const struct stedma40_chan_cfg dma40_memcpy_conf_phy = {
|
||||||
.mode = STEDMA40_MODE_PHYSICAL,
|
.mode = STEDMA40_MODE_PHYSICAL,
|
||||||
.dir = DMA_MEM_TO_MEM,
|
.dir = DMA_MEM_TO_MEM,
|
||||||
|
Reference in New Issue
Block a user