diff options
author | Jean Delvare <[email protected]> | 2016-12-15 11:43:30 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2017-01-02 08:13:00 +0530 |
commit | 1032471b3ec823bce7687034ac5af78a8ac99a9c (patch) | |
tree | 9995af5c20d63dc5996a20be6d8bfea3230496ce | |
parent | 34a31f0af84158955a9747fb5c6712da5bbb5331 (diff) |
dmaengine: dw: fix typo in Kconfig
platfroms -> platforms
Signed-off-by: Jean Delvare <[email protected]>
Fixes: fed42c198b45 ("dma: dw: add PCI part of the driver")
Cc: Viresh Kumar <[email protected]>
Acked-by: Andy Shevchenko <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | drivers/dma/dw/Kconfig | 2 |
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. |