From 3ce0a86cc1574562ec6a9c72b28fc8f83ecd2ae1 Mon Sep 17 00:00:00 2001 From: Hiroshi DOYU Date: Mon, 5 Oct 2009 13:31:45 -0700 Subject: [PATCH] --- yaml --- r: 167019 b: refs/heads/master c: ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a h: refs/heads/master i: 167017: 519a2bf41003f0b7c934b87924054bf111e489cd 167015: bb713b2f6bbe53815c57871d830b3f1eae74d1a4 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-omap/iovmm.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index da3290d79ab0..e3a969f5e7d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 913b143ffac8ade63e576c4cb48908a257106bdc +refs/heads/master: ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a diff --git a/trunk/arch/arm/plat-omap/iovmm.c b/trunk/arch/arm/plat-omap/iovmm.c index 57f7122a0919..0e5573d5bb57 100644 --- a/trunk/arch/arm/plat-omap/iovmm.c +++ b/trunk/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); }