From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755987Ab2BWRaY (ORCPT ); Thu, 23 Feb 2012 12:30:24 -0500 Received: from cantor2.suse.de ([195.135.220.15]:46248 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752524Ab2BWRaV (ORCPT ); Thu, 23 Feb 2012 12:30:21 -0500 Date: Thu, 23 Feb 2012 18:30:18 +0100 Message-ID: From: Takashi Iwai To: Masanari Iida Cc: alsa-devel@alsa-project.org, perex@perex.cz, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] [trivial] sound: Fix typo in ctvmem.c In-Reply-To: <1330006986-1696-1-git-send-email-standby24x7@gmail.com> References: <1330006986-1696-1-git-send-email-standby24x7@gmail.com> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 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/ >