summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-11-15 03:27:14 +0000
committerasami <asami@FreeBSD.org>1995-11-15 03:27:14 +0000
commit47a97d12ac7925f5983d00c3e70c13d04e39a099 (patch)
tree35960ac7d164257995d1b31d896ba06268da41ff /sys/scsi
parentfb1c7bcbf7451e552b0ebfef0e85b92046eb5fff (diff)
downloadFreeBSD-src-47a97d12ac7925f5983d00c3e70c13d04e39a099.zip
FreeBSD-src-47a97d12ac7925f5983d00c3e70c13d04e39a099.tar.gz
Minor aesthetics (changed "." to space in "cd present.[a x b records]"
and removed extraneous newline after "can't get the size").
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/cd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/cd.c b/sys/scsi/cd.c
index 7fd4965..981530c 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.41 1995/05/30 08:13:20 rgrimes Exp $
+ * $Id: cd.c,v 1.42 1995/10/21 23:13:06 phk Exp $
*/
#define SPLCD splbio
@@ -195,11 +195,11 @@ cdattach(struct scsi_link *sc_link)
*/
cd_get_parms(unit, SCSI_NOSLEEP | SCSI_NOMASK);
if (dp->disksize) {
- printf("cd present.[%ld x %ld byte records]",
+ printf("cd present [%ld x %ld byte records]",
cd->params.disksize,
cd->params.blksize);
} else {
- printf("can't get the size\n");
+ printf("can't get the size");
}
cd->flags |= CDINIT;
OpenPOWER on IntegriCloud