summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-23 14:23:06 (GMT)
committerTakashi Iwai <tiwai@suse.de>2012-02-23 17:28:49 (GMT)
commit8a236f3f1a0e65de526c5e169eb8d7a758ffde9e (patch)
tree8ec1cfa31319e6ad4286e972a1b45ac71cc6222d /sound/pci
parent06bb4e7435019ff9b6dbc9b1d02d8babb36d8177 (diff)
downloadlinux-fsl-qoriq-8a236f3f1a0e65de526c5e169eb8d7a758ffde9e.tar.xz
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>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/ctxfi/ctvmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/ctvmem.c b/sound/pci/ctxfi/ctvmem.c
index b78f3fc..6109490 100644
--- a/sound/pci/ctxfi/ctvmem.c
+++ b/sound/pci/ctxfi/ctvmem.c
@@ -36,7 +36,7 @@ get_vm_block(struct ct_vm *vm, unsigned int size)
size = CT_PAGE_ALIGN(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");
return NULL;
}