This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Wed Jun 5 08:34:01 2024 Delivery-date: Fri, 27 Jan 2006 04:09:34 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030274AbWA0DIE (ORCPT ); Thu, 26 Jan 2006 22:08:04 -0500 Received: from pacific.moreton.com.au ([203.143.235.130]:774 "EHLO cyberguard.com.au") by vger.kernel.org with ESMTP id S1030267AbWA0DID (ORCPT ); Thu, 26 Jan 2006 22:08:03 -0500 Received: from localhost (localhost [127.0.0.1]) by dorfl.internal.moreton.com.au (Postfix) with ESMTP id CFCCC47B33; Fri, 27 Jan 2006 13:08:01 +1000 (EST) Received: from dorfl.internal.moreton.com.au ([127.0.0.1]) by localhost (bne.snapgear.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62544-02; Fri, 27 Jan 2006 13:08:01 +1000 (EST) Received: from [10.5.0.2] (unknown [10.5.0.2]) by dorfl.internal.moreton.com.au (Postfix) with ESMTP; Fri, 27 Jan 2006 13:08:01 +1000 (EST) Message-Id: <43D98EC7.9040908@snapgear.com> Date: Fri, 27 Jan 2006 13:08:55 +1000 From: Greg Ungerer User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en Mime-Version: 1.0 To: Eric Sesterhenn / snakebyte Cc: linux-kernel@vger.kernel.org Subject: Re: [Patch][Trivial] Fix debug statement in inftlcore.c References: <1138218910.5767.2.camel@alice> In-Reply-To: <1138218910.5767.2.camel@alice> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at snapgear.com Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Hi Eric, Eric Sesterhenn / snakebyte wrote: > this fixes a copy/paste bug found by cpminer inside the > inftlcore.c file Looks good. Signed-off-by: Eric Sesterhenn Signed-off-by: Greg Ungerer --- linux-2.6.16-rc1-git4/drivers/mtd/inftlcore.c.orig 2006-01-25 20:51:14.000000000 +0100 +++ linux-2.6.16-rc1-git4/drivers/mtd/inftlcore.c 2006-01-25 20:51:25.000000000 +0100 @@ -132,7 +132,7 @@ static void inftl_add_mtd(struct mtd_blk return; } #ifdef PSYCHO_DEBUG - printk(KERN_INFO "INFTL: Found new nftl%c\n", nftl->mbd.devnum + 'a'); + printk(KERN_INFO "INFTL: Found new inftl%c\n", inftl->mbd.devnum + 'a'); #endif return; } -- ------------------------------------------------------------------------ Greg Ungerer -- Chief Software Dude EMAIL: gerg@snapgear.com SnapGear -- a CyberGuard Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com - 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/