From patchwork Thu Dec 15 10:43:30 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 9475829 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C964B607EE for ; Thu, 15 Dec 2016 10:46:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BEA8C286B5 for ; Thu, 15 Dec 2016 10:46:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B32342874E; Thu, 15 Dec 2016 10:46:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4B0BA28745 for ; Thu, 15 Dec 2016 10:46:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935840AbcLOKqV (ORCPT ); Thu, 15 Dec 2016 05:46:21 -0500 Received: from mx2.suse.de ([195.135.220.15]:39538 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752990AbcLOKqT (ORCPT ); Thu, 15 Dec 2016 05:46:19 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id DCA98ADD8; Thu, 15 Dec 2016 10:43:41 +0000 (UTC) Date: Thu, 15 Dec 2016 11:43:30 +0100 From: Jean Delvare To: dmaengine@vger.kernel.org Cc: Andy Shevchenko , Viresh Kumar , Vinod Koul Subject: [PATCH] dmaengine: dw: fix typo in Kconfig Message-ID: <20161215114330.68042289@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP platfroms -> platforms Signed-off-by: Jean Delvare Fixes: fed42c198b45 ("dma: dw: add PCI part of the driver") Cc: Andy Shevchenko Cc: Viresh Kumar Cc: Vinod Koul Acked-by: Andy Shevchenko --- 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.