lkml.org 
[lkml]   [2006]   [May]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[TRIVIAL] missing newline in scsi/st.c
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.
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);
\
 
 \ /
  Last update: 2006-05-18 22:36    [W:0.034 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site