treewide: fix typos in comment blocks
Looks like the word "contiguous" is often mistyped. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
committed by
Jiri Kosina
parent
6ade97724f
commit
e1c05067c3
@ -125,7 +125,7 @@ int vb2_get_contig_userptr(unsigned long vaddr, unsigned long size,
|
||||
}
|
||||
|
||||
/*
|
||||
* Memory is contigous, lock vma and return to the caller
|
||||
* Memory is contiguous, lock vma and return to the caller
|
||||
*/
|
||||
*res_vma = vb2_get_vma(vma);
|
||||
if (*res_vma == NULL)
|
||||
|
Reference in New Issue
Block a user