Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167019
b: refs/heads/master
c: ba6a117
h: refs/heads/master
i:
  167017: 519a2bf
  167015: bb713b2
v: v3
  • Loading branch information
Hiroshi DOYU authored and Tony Lindgren committed Oct 6, 2009
1 parent 89f7891 commit 3ce0a86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 913b143ffac8ade63e576c4cb48908a257106bdc
refs/heads/master: ba6a117944f958a5b3fb6631b9ac7eaed3a4cb2a
6 changes: 3 additions & 3 deletions trunk/arch/arm/plat-omap/iovmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -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);
}
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit 3ce0a86

Please sign in to comment.