The patch titled missing newline in scsi/st.c has been added to the -mm tree. Its filename is missing-newline-in-scsi-stc.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: missing newline in scsi/st.c From: Rene Herman <rene.herman@xxxxxxxxxxxx> st: Version 20050830, fixed bufsize 32768, s/g segs 256 st 0:0:6:0: Attached scsi tape st0<4>st0: try direct i/o: yes (alignment 512 B) Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/scsi/st.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/st.c~missing-newline-in-scsi-stc drivers/scsi/st.c --- devel/drivers/scsi/st.c~missing-newline-in-scsi-stc 2006-05-18 14:49:51.000000000 -0700 +++ devel-akpm/drivers/scsi/st.c 2006-05-18 14:49:51.000000000 -0700 @@ -4054,7 +4054,7 @@ static int st_probe(struct device *dev) } sdev_printk(KERN_WARNING, SDp, - "Attached scsi tape %s", tape_name(tpnt)); + "Attached scsi tape %s\n", tape_name(tpnt)); printk(KERN_WARNING "%s: try direct i/o: %s (alignment %d B)\n", tape_name(tpnt), tpnt->try_dio ? "yes" : "no", queue_dma_alignment(SDp->request_queue) + 1); _ Patches currently in -mm which might be from rene.herman@xxxxxxxxxxxx are missing-newline-in-scsi-stc.patch git-alsa.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html