linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch][Trivial] Fix debug statement in inftlcore.c
@ 2006-01-25 19:55 Eric Sesterhenn / snakebyte
  2006-01-27  3:08 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sesterhenn / snakebyte @ 2006-01-25 19:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: gerg

hi,

this fixes a copy\a/paste bug found by cpminer inside the
inftlcore.c file

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>

--- 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;
 }



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

* Re: [Patch][Trivial] Fix debug statement in inftlcore.c
  2006-01-25 19:55 [Patch][Trivial] Fix debug statement in inftlcore.c Eric Sesterhenn / snakebyte
@ 2006-01-27  3:08 ` Greg Ungerer
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2006-01-27  3:08 UTC (permalink / raw)
  To: Eric Sesterhenn / snakebyte; +Cc: linux-kernel

Hi Eric,

Eric Sesterhenn / snakebyte wrote:
> this fixes a copy\a/paste bug found by cpminer inside the
> inftlcore.c file

Looks good.


Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Signed-off-by: Greg Ungerer <gerg@snapgear.org>

--- 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

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

end of thread, other threads:[~2006-01-27  3:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-25 19:55 [Patch][Trivial] Fix debug statement in inftlcore.c Eric Sesterhenn / snakebyte
2006-01-27  3:08 ` Greg Ungerer

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).