From patchwork Fri Oct 2 07:47:37 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hiroshi DOYU X-Patchwork-Id: 51306 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n927loMk005967 for ; Fri, 2 Oct 2009 07:47:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756592AbZJBHrp (ORCPT ); Fri, 2 Oct 2009 03:47:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756288AbZJBHrp (ORCPT ); Fri, 2 Oct 2009 03:47:45 -0400 Received: from smtp.nokia.com ([192.100.122.233]:32777 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755554AbZJBHro (ORCPT ); Fri, 2 Oct 2009 03:47:44 -0400 Received: from vaebh106.NOE.Nokia.com (vaebh106.europe.nokia.com [10.160.244.32]) by mgw-mx06.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n927lbU8001749 for ; Fri, 2 Oct 2009 10:47:46 +0300 Received: from vaebh104.NOE.Nokia.com ([10.160.244.30]) by vaebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 2 Oct 2009 10:47:42 +0300 Received: from mgw-sa01.ext.nokia.com ([147.243.1.47]) by vaebh104.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Fri, 2 Oct 2009 10:47:39 +0300 Received: from oreo.research.nokia.com (esdhcp04130.research.nokia.com [172.21.41.30]) by mgw-sa01.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id n927lbfj032500 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 2 Oct 2009 10:47:38 +0300 Received: from doyu by oreo.research.nokia.com with local (Exim 4.69) (envelope-from ) id 1MtcrZ-0003vj-RA; Fri, 02 Oct 2009 10:47:37 +0300 From: Hiroshi DOYU To: linux-omap@vger.kernel.org Cc: Hiroshi DOYU Subject: [PATCH 2/2] omap iovmm: fix incorrect spelling Date: Fri, 2 Oct 2009 10:47:37 +0300 Message-Id: <1254469657-15086-2-git-send-email-Hiroshi.DOYU@nokia.com> X-Mailer: git-send-email 1.6.0.4 In-Reply-To: <1254469657-15086-1-git-send-email-Hiroshi.DOYU@nokia.com> References: <1254469657-15086-1-git-send-email-Hiroshi.DOYU@nokia.com> X-OriginalArrivalTime: 02 Oct 2009 07:47:39.0155 (UTC) FILETIME=[9D660630:01CA4334] X-Nokia-AV: Clean Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org diff --git a/arch/arm/plat-omap/iovmm.c b/arch/arm/plat-omap/iovmm.c index d40f7c8..b1278ea 100644 --- a/arch/arm/plat-omap/iovmm.c +++ b/arch/arm/plat-omap/iovmm.c @@ -47,7 +47,7 @@ * 'va': mpu virtual address * * 'c': contiguous memory area - * 'd': dicontiguous memory area + * 'd': discontiguous memory area * 'a': anonymous memory allocation * '()': optional feature * @@ -397,7 +397,7 @@ static inline void sgtable_drain_vmalloc(struct sg_table *sgt) { /* * Actually this is not necessary at all, just exists for - * consistency of the code readibility. + * consistency of the code readability. */ BUG_ON(!sgt); } @@ -431,7 +431,7 @@ static inline void sgtable_drain_kmalloc(struct sg_table *sgt) { /* * Actually this is not necessary at all, just exists for - * consistency of the code readibility + * consistency of the code readability */ BUG_ON(!sgt); }