dmaengine: dw: fix typo in Kconfig
authorJean Delvare <jdelvare@suse.de>
Thu, 15 Dec 2016 10:43:30 +0000 (11:43 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 2 Jan 2017 02:43:00 +0000 (08:13 +0530)
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>
drivers/dma/dw/Kconfig

index e00c9b0..5a37b9f 100644 (file)
@@ -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.