diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-01-26 21:59:06 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-01-27 16:43:19 +0100 |
commit | c281cde7a456aa9a56ced9175a4dead94048d3ba (patch) | |
tree | e2615c2a39b721413610cf131e7db11d3a3e43ba /drivers/dma | |
parent | dmaengine: qcom: bam_dma: Manage clocks when controlled_remotely is set (diff) | |
download | linux-c281cde7a456aa9a56ced9175a4dead94048d3ba.tar.xz linux-c281cde7a456aa9a56ced9175a4dead94048d3ba.zip |
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ste_dma40.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index 4256e55bbf25..265d7c07b348 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -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, |