diff options
author | Hiroshi DOYU <Hiroshi.DOYU@nokia.com> | 2009-10-05 16:31:45 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-10-06 11:31:50 -0400 |
commit | ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a (patch) | |
tree | 2060155e29a972ee0b4d10a84cccfe5019f133c9 /arch/arm | |
parent | 913b143ffac8ade63e576c4cb48908a257106bdc (diff) |
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')
-rw-r--r-- | arch/arm/plat-omap/iovmm.c | 6 |
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 @@ | |||
47 | * 'va': mpu virtual address | 47 | * 'va': mpu virtual address |
48 | * | 48 | * |
49 | * 'c': contiguous memory area | 49 | * 'c': contiguous memory area |
50 | * 'd': dicontiguous memory area | 50 | * 'd': discontiguous memory area |
51 | * 'a': anonymous memory allocation | 51 | * 'a': anonymous memory allocation |
52 | * '()': optional feature | 52 | * '()': optional feature |
53 | * | 53 | * |
@@ -398,7 +398,7 @@ static inline void sgtable_drain_vmalloc(struct sg_table *sgt) | |||
398 | { | 398 | { |
399 | /* | 399 | /* |
400 | * Actually this is not necessary at all, just exists for | 400 | * Actually this is not necessary at all, just exists for |
401 | * consistency of the code readibility. | 401 | * consistency of the code readability. |
402 | */ | 402 | */ |
403 | BUG_ON(!sgt); | 403 | BUG_ON(!sgt); |
404 | } | 404 | } |
@@ -434,7 +434,7 @@ static inline void sgtable_drain_kmalloc(struct sg_table *sgt) | |||
434 | { | 434 | { |
435 | /* | 435 | /* |
436 | * Actually this is not necessary at all, just exists for | 436 | * Actually this is not necessary at all, just exists for |
437 | * consistency of the code readibility | 437 | * consistency of the code readability |
438 | */ | 438 | */ |
439 | BUG_ON(!sgt); | 439 | BUG_ON(!sgt); |
440 | } | 440 | } |