提交 8b1ea24c 编写于 作者: R Rene Herman 提交者: Linus Torvalds

[PATCH] missing newline in scsi/st.c

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 <James.Bottomley@steeleye.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 dc49e344
...@@ -4054,7 +4054,7 @@ static int st_probe(struct device *dev) ...@@ -4054,7 +4054,7 @@ static int st_probe(struct device *dev)
} }
sdev_printk(KERN_WARNING, SDp, 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", printk(KERN_WARNING "%s: try direct i/o: %s (alignment %d B)\n",
tape_name(tpnt), tpnt->try_dio ? "yes" : "no", tape_name(tpnt), tpnt->try_dio ? "yes" : "no",
queue_dma_alignment(SDp->request_queue) + 1); queue_dma_alignment(SDp->request_queue) + 1);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册