Signed-off-by: Luben Tuikov <ltuikov@xxxxxxxxx> --- drivers/scsi/st.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) That's a very old patch. Luben diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c index 7f96f33..29d7319 100644 --- a/drivers/scsi/st.c +++ b/drivers/scsi/st.c @@ -4072,10 +4072,11 @@ static int st_probe(struct device *dev) disk->number = devfs_register_tape(SDp->devfs_name); sdev_printk(KERN_WARNING, SDp, - "Attached scsi tape %s", 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); + "Attached scsi tape %s\n", tape_name(tpnt)); + sdev_printk(KERN_WARNING, SDp, + "%s: try direct i/o: %s (alignment %d bytes)\n", + tape_name(tpnt), tpnt->try_dio ? "yes" : "no", + queue_dma_alignment(SDp->request_queue) + 1); return 0; -- 1.4.3.3.g6cec - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html