From: Eric Sesterhenn / snakebyte Fix a copy/paste bug found by cpminer inside the inftlcore.c file Signed-off-by: Eric Sesterhenn Acked-by: Greg Ungerer Cc: Thomas Gleixner Signed-off-by: Andrew Morton --- drivers/mtd/inftlcore.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mtd/inftlcore.c~fix-debug-statement-in-inftlcorec drivers/mtd/inftlcore.c --- 25/drivers/mtd/inftlcore.c~fix-debug-statement-in-inftlcorec Tue Jan 31 13:31:23 2006 +++ 25-akpm/drivers/mtd/inftlcore.c Tue Jan 31 13:31:23 2006 @@ -129,7 +129,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; } _