dmaengine: stedma40: fix 'physical' typo
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 26 Jan 2021 20:59:06 +0000 (14:59 -0600)
committerVinod Koul <vkoul@kernel.org>
Wed, 27 Jan 2021 15:43:19 +0000 (21:13 +0530)
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>
drivers/dma/ste_dma40.c

index 4256e55..265d7c0 100644 (file)
@@ -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,