summaryrefslogtreecommitdiffstats
path: root/sys/scsi/cd.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-12-03 22:52:57 +0000
committerphk <phk@FreeBSD.org>1994-12-03 22:52:57 +0000
commit981f60f5274efb7695ed4737291307a55664ea5b (patch)
tree3f69cd81fe3c2bb1734c17d92b5dc74cf708f86f /sys/scsi/cd.c
parente0d9f53e10a5e1d32ad081c45759707f923a4fd5 (diff)
downloadFreeBSD-src-981f60f5274efb7695ed4737291307a55664ea5b.zip
FreeBSD-src-981f60f5274efb7695ed4737291307a55664ea5b.tar.gz
added a missing '\n' in both files.
Diffstat (limited to 'sys/scsi/cd.c')
-rw-r--r--sys/scsi/cd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 62d5aae..e836032 100644
--- a/sys/scsi/cd.c
+++ b/sys/scsi/cd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: cd.c,v 1.28 1994/10/27 20:45:00 jkh Exp $
+ * $Id: cd.c,v 1.29 1994/11/15 14:49:12 bde Exp $
*/
#define SPLCD splbio
@@ -608,7 +608,7 @@ cdstart(unit)
SCSI_DATA_IN : SCSI_DATA_OUT))
!= SUCCESSFULLY_QUEUED) {
bad:
- printf("cd%ld: oops not queued", unit);
+ printf("cd%ld: oops not queued\n", unit);
bp->b_error = EIO;
bp->b_flags |= B_ERROR;
biodone(bp);
OpenPOWER on IntegriCloud