mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
913b143ffa
commit
ba6a117944
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@
|
||||||
* 'va': mpu virtual address
|
* 'va': mpu virtual address
|
||||||
*
|
*
|
||||||
* 'c': contiguous memory area
|
* 'c': contiguous memory area
|
||||||
* 'd': dicontiguous memory area
|
* 'd': discontiguous memory area
|
||||||
* 'a': anonymous memory allocation
|
* 'a': anonymous memory allocation
|
||||||
* '()': optional feature
|
* '()': 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
|
* Actually this is not necessary at all, just exists for
|
||||||
* consistency of the code readibility.
|
* consistency of the code readability.
|
||||||
*/
|
*/
|
||||||
BUG_ON(!sgt);
|
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
|
* Actually this is not necessary at all, just exists for
|
||||||
* consistency of the code readibility
|
* consistency of the code readability
|
||||||
*/
|
*/
|
||||||
BUG_ON(!sgt);
|
BUG_ON(!sgt);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue