diff mbox

dmaengine: dw: fix typo in Kconfig

Message ID 20161215114330.68042289@endymion (mailing list archive)
State Accepted
Headers show

Commit Message

Jean Delvare Dec. 15, 2016, 10:43 a.m. UTC
platfroms -> platforms

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: fed42c198b45 ("dma: dw: add PCI part of the driver")
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Viresh Kumar <vireshk@kernel.org>
Cc: Vinod Koul <vinod.koul@intel.com>
---
 drivers/dma/dw/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andy Shevchenko Dec. 15, 2016, 12:28 p.m. UTC | #1
On Thu, 2016-12-15 at 11:43 +0100, Jean Delvare wrote:
> platfroms -> platforms

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> 
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Fixes: fed42c198b45 ("dma: dw: add PCI part of the driver")
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: Viresh Kumar <vireshk@kernel.org>
> Cc: Vinod Koul <vinod.koul@intel.com>
> ---
>  drivers/dma/dw/Kconfig |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-4.9.orig/drivers/dma/dw/Kconfig	2016-12-11
> 20:17:54.000000000 +0100
> +++ linux-4.9/drivers/dma/dw/Kconfig	2016-12-15
> 11:37:51.926987778 +0100
> @@ -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.
> 
>
Vinod Koul Dec. 18, 2016, 4:28 p.m. UTC | #2
On Thu, Dec 15, 2016 at 11:43:30AM +0100, Jean Delvare wrote:
> platfroms -> platforms

Applied, thanks
diff mbox

Patch

--- linux-4.9.orig/drivers/dma/dw/Kconfig	2016-12-11 20:17:54.000000000 +0100
+++ linux-4.9/drivers/dma/dw/Kconfig	2016-12-15 11:37:51.926987778 +0100
@@ -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.