projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06bb4e7
)
ALSA: ctxfi: Fix typo in ctvmem.c
author
Masanari Iida
<standby24x7@gmail.com>
Thu, 23 Feb 2012 14:23:06 +0000
(23:23 +0900)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 23 Feb 2012 17:28:49 +0000
(18:28 +0100)
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>
sound/pci/ctxfi/ctvmem.c
patch
|
blob
|
history
diff --git
a/sound/pci/ctxfi/ctvmem.c
b/sound/pci/ctxfi/ctvmem.c
index b78f3fc3c33caabd26d49a5b41ed4bfda861d39d..6109490b83e83294373f36956a5a8a01dd923e20 100644
(file)
--- 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 virtu
r
al "
+ printk(KERN_ERR "ctxfi: Fail! No sufficient device virtual "
"memory space available!\n");
return NULL;
}