Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a236f3f authored by Masanari Iida's avatar Masanari Iida Committed by Takashi Iwai
Browse files

ALSA: ctxfi: Fix typo in ctvmem.c



Correct spelling "virtural" to "virtual" in
sound/pci/ctxfi/ctvmem.c

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 06bb4e74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}