summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-04-29 17:52:44 +0000
committerdufault <dufault@FreeBSD.org>1995-04-29 17:52:44 +0000
commit3710598186a6d9cf7b16aac1100f0197134ef8a9 (patch)
treec36c0ecf9a56b048efaa189ef7ebe298ecf119a5 /sys/scsi
parentbdad16fdda407c6e27977290f2c3267d0881d017 (diff)
downloadFreeBSD-src-3710598186a6d9cf7b16aac1100f0197134ef8a9.zip
FreeBSD-src-3710598186a6d9cf7b16aac1100f0197134ef8a9.tar.gz
Submitted by: ache
Fix extra newline during SCSI_VERBOSE.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/sd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 1f9a5c5..dfe8997 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.59 1995/04/14 15:10:42 dufault Exp $
+ * $Id: sd.c,v 1.60 1995/04/23 22:07:53 gibbs Exp $
*/
#define SPLSD splbio
@@ -193,7 +193,6 @@ sdattach(struct scsi_link *sc_link)
if ( (sc_link->flags & SDEV_BOOTVERBOSE) )
#endif
{
- printf("\n");
sc_print_addr(sc_link);
printf("with %d cyls, %d heads, and an average %d sectors/track",
dp->cyls, dp->heads, dp->sectors);
OpenPOWER on IntegriCloud