From patchwork Thu May 15 14:15:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Popov X-Patchwork-Id: 349230 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id B8EF3140112 for ; Fri, 16 May 2014 00:17:34 +1000 (EST) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 714F41400D4 for ; Fri, 16 May 2014 00:16:17 +1000 (EST) Received: by mail-la0-f44.google.com with SMTP id hr17so856721lab.31 for ; Thu, 15 May 2014 07:16:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=R3W198UdB6x9926jeJ0d5RbYsGvMST7jhFwKmEMJhdM=; b=HFgvevtZWmArNAOV7Am7ndhRt+ay8sFwFGfj34+cCCWUZm7m6WOHfssJR7Qx2EoJdn AtdF/qfPMmqiCAdrGtUd5r5sfrA92msBUpOpcYi1w5DBGeYbNJPfrKggbh/L+Fzi3AHZ 8D3L532pZhVhgVG/ufyev+xm6b42Nk57o/YCntDjqvLkBZJBzOIF00wgSUQDpfedzTwg q0gMS0d529YpxnMk0dWKK9D/ZNA2Gc8VmQXuHhLy9L3jj1IjqD1T8mBtxf/JYZ/r1956 EQxwWO5lrY3YuKFTX2w6IO3+jIn+eOfxvDti2nlD41ckK8t8GNXq84WiG1HJJt/JQ6oE Nkdg== X-Received: by 10.152.234.201 with SMTP id ug9mr119771lac.83.1400163372083; Thu, 15 May 2014 07:16:12 -0700 (PDT) Received: from a13xCCC.localdomain (mail.tecon.ru. [89.175.104.62]) by mx.google.com with ESMTPSA id q4sm5542916lbl.14.2014.05.15.07.16.11 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 15 May 2014 07:16:11 -0700 (PDT) From: Alexander Popov To: Gerhard Sittig , Dan Williams , Vinod Koul , Lars-Peter Clausen , Arnd Bergmann , Anatolij Gustschin , Andy Shevchenko , Alexander Popov , linuxppc-dev@lists.ozlabs.org, dmaengine@vger.kernel.org Subject: [PATCH RFC v13 1/5] dmaengine: fix comment typo Date: Thu, 15 May 2014 18:15:31 +0400 Message-Id: <1400163335-29853-2-git-send-email-a13xp0p0v88@gmail.com> X-Mailer: git-send-email 1.7.11.3 In-Reply-To: <1400163335-29853-1-git-send-email-a13xp0p0v88@gmail.com> References: <1400163335-29853-1-git-send-email-a13xp0p0v88@gmail.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Fix comment typo. Signed-off-by: Alexander Popov --- include/linux/dmaengine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index 8300fb8..cbb168e 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -292,7 +292,7 @@ struct dma_chan_dev { }; /** - * enum dma_slave_buswidth - defines bus with of the DMA slave + * enum dma_slave_buswidth - defines bus width of the DMA slave * device, source or target buses */ enum dma_slave_buswidth {