Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bjorn Helgaas and committed by
Vinod Koul
c281cde7 123935a4

+1 -1
+1 -1
drivers/dma/ste_dma40.c
··· 78 78 DB8500_DMA_MEMCPY_EV_5, 79 79 }; 80 80 81 - /* Default configuration for physcial memcpy */ 81 + /* Default configuration for physical memcpy */ 82 82 static const struct stedma40_chan_cfg dma40_memcpy_conf_phy = { 83 83 .mode = STEDMA40_MODE_PHYSICAL, 84 84 .dir = DMA_MEM_TO_MEM,