summaryrefslogtreecommitdiff
path: root/drivers/dma/dw
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-12-15 11:43:30 +0100
committerVinod Koul <vinod.koul@intel.com>2017-01-02 08:13:00 +0530
commit1032471b3ec823bce7687034ac5af78a8ac99a9c (patch)
tree9995af5c20d63dc5996a20be6d8bfea3230496ce /drivers/dma/dw
parent34a31f0af84158955a9747fb5c6712da5bbb5331 (diff)
dmaengine: dw: fix typo in Kconfig
platfroms -> platforms Signed-off-by: Jean Delvare <jdelvare@suse.de> Fixes: fed42c198b45 ("dma: dw: add PCI part of the driver") Cc: Viresh Kumar <vireshk@kernel.org> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dw')
-rw-r--r--drivers/dma/dw/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/dw/Kconfig b/drivers/dma/dw/Kconfig
index e00c9b022964..5a37b9fcf40d 100644
--- a/drivers/dma/dw/Kconfig
+++ b/drivers/dma/dw/Kconfig
@@ -24,5 +24,5 @@ config DW_DMAC_PCI
select DW_DMAC_CORE
help
Support the Synopsys DesignWare AHB DMA controller on the
- platfroms that enumerate it as a PCI device. For example,
+ platforms that enumerate it as a PCI device. For example,
Intel Medfield has integrated this GPDMA controller.