* [TRIVIAL] missing newline in scsi/st.c
@ 2006-05-18 20:34 Rene Herman
0 siblings, 0 replies; only message in thread
From: Rene Herman @ 2006-05-18 20:34 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linux Kernel
[-- Attachment #1: Type: text/plain, Size: 185 bytes --]
Hi Andrew.
Missing closing \n:
===
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)
===
Rene.
[-- Attachment #2: st_newline.diff --]
[-- Type: text/plain, Size: 613 bytes --]
Index: local/drivers/scsi/st.c
===================================================================
--- local.orig/drivers/scsi/st.c 2006-05-08 20:47:03.000000000 +0200
+++ local/drivers/scsi/st.c 2006-05-18 22:10:19.000000000 +0200
@@ -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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-05-18 20:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-18 20:34 [TRIVIAL] missing newline in scsi/st.c Rene Herman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox