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 --- devel/drivers/mtd/inftlcore.c~fix-debug-statement-in-inftlcorec 2006-03-08 00:00:18.000000000 -0800 +++ devel-akpm/drivers/mtd/inftlcore.c 2006-03-08 00:00:18.000000000 -0800 @@ -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; } _