From: Rene Herman 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) Cc: James Bottomley Signed-off-by: Andrew Morton --- 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:50:21.000000000 -0700 +++ devel-akpm/drivers/scsi/st.c 2006-05-18 14:50:21.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); _