public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [SCSI] st.c : fix up log messages format
@ 2006-11-03  9:25 Luben Tuikov
  2006-11-03 13:32 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Luben Tuikov @ 2006-11-03  9:25 UTC (permalink / raw)
  To: linux-scsi

Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
---
 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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-07 19:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-03  9:25 [PATCH] [SCSI] st.c : fix up log messages format Luben Tuikov
2006-11-03 13:32 ` Matthew Wilcox
2006-11-07 19:56   ` Kai Makisara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox