summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/iovmm.c
diff options
context:
space:
mode:
authorHiroshi DOYU2009-10-05 22:31:45 +0200
committerTony Lindgren2009-10-06 17:31:50 +0200
commitba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a (patch)
tree2060155e29a972ee0b4d10a84cccfe5019f133c9 /arch/arm/plat-omap/iovmm.c
parentomap: SRAM: flush the right address after memcpy in omap_sram_push (diff)
downloadkernel-qcow2-linux-ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a.tar.gz
kernel-qcow2-linux-ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a.tar.xz
kernel-qcow2-linux-ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a.zip
omap: iovmm: Fix incorrect spelling
Fix incorrect spelling Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/iovmm.c')
-rw-r--r--arch/arm/plat-omap/iovmm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/iovmm.c b/arch/arm/plat-omap/iovmm.c
index 57f7122a0919..0e5573d5bb57 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
*
@@ -398,7 +398,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);
}
@@ -434,7 +434,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);
}