mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ALSA: ctxfi: Fix typo in ctvmem.c
Correct spelling "virtural" to "virtual" in sound/pci/ctxfi/ctvmem.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
06bb4e7435
commit
8a236f3f1a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ get_vm_block(struct ct_vm *vm, unsigned int size)
|
||||||
|
|
||||||
size = CT_PAGE_ALIGN(size);
|
size = CT_PAGE_ALIGN(size);
|
||||||
if (size > vm->size) {
|
if (size > vm->size) {
|
||||||
printk(KERN_ERR "ctxfi: Fail! No sufficient device virtural "
|
printk(KERN_ERR "ctxfi: Fail! No sufficient device virtual "
|
||||||
"memory space available!\n");
|
"memory space available!\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue