Commit c281cde7 authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Vinod Koul

dmaengine: stedma40: fix 'physical' typo

Fix misspelling of "physical".
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20210126205906.2918099-1-helgaas@kernel.orgSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 123935a4
......@@ -78,7 +78,7 @@ static int dma40_memcpy_channels[] = {
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 = {
.mode = STEDMA40_MODE_PHYSICAL,
.dir = DMA_MEM_TO_MEM,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment