浏览代码

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>
Jean Delvare 8 年之前
父节点
当前提交
1032471b3e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/dma/dw/Kconfig

+ 1 - 1
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.