lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 23 Feb 2012 18:30:18 +0100
From:	Takashi Iwai <tiwai@...e.de>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	alsa-devel@...a-project.org, perex@...ex.cz,
	linux-kernel@...r.kernel.org, trivial@...nel.org
Subject: Re: [PATCH] [trivial] sound: Fix typo in ctvmem.c

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@...il.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@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ