linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] sound: Fix typo in ctvmem.c
@ 2012-02-23 14:23 Masanari Iida
  2012-02-23 17:30 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-23 14:23 UTC (permalink / raw)
  To: iwai, alsa-devel, perex; +Cc: linux-kernel, trivial, Masanari Iida

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

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 sound/pci/ctxfi/ctvmem.c |    2 +-
 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;
 	}
-- 
1.7.6.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [trivial] sound: Fix typo in ctvmem.c
  2012-02-23 14:23 [PATCH] [trivial] sound: Fix typo in ctvmem.c Masanari Iida
@ 2012-02-23 17:30 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2012-02-23 17:30 UTC (permalink / raw)
  To: Masanari Iida; +Cc: alsa-devel, perex, linux-kernel, trivial

At Thu, 23 Feb 2012 23:23:06 +0900,
Masanari Iida wrote:
> 
> Correct spelling "virtural" to "virtual" in
> sound/pci/ctxfi/ctvmem.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Thanks, applied now.
(BTW, a typo in my address in your original post...)


Takashi

> ---
>  sound/pci/ctxfi/ctvmem.c |    2 +-
>  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;
>  	}
> -- 
> 1.7.6.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-23 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-23 14:23 [PATCH] [trivial] sound: Fix typo in ctvmem.c Masanari Iida
2012-02-23 17:30 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).