summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-19 14:29:26 +0000
committerdg <dg@FreeBSD.org>1995-03-19 14:29:26 +0000
commit9cd78521d8c98c1054f6865820ad07469edac8fd (patch)
tree589f9b4a28e25de36e0344457a8c795333f7c011 /sys/scsi
parentf572de6775d26857d37278e33ea582d10a09d384 (diff)
downloadFreeBSD-src-9cd78521d8c98c1054f6865820ad07469edac8fd.zip
FreeBSD-src-9cd78521d8c98c1054f6865820ad07469edac8fd.tar.gz
Removed redundant newlines that were in some panic strings.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsiconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 53dbf27..5724c72 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.23 1995/03/15 14:22:08 dufault Exp $
+ * $Id: scsiconf.c,v 1.24 1995/03/16 18:15:49 bde Exp $
*/
#include <sys/types.h>
@@ -568,7 +568,7 @@ scsi_attachdevs(sc_link_proto)
sc_link_proto->scsibus = scsibus;
scbus = malloc(sizeof(struct scsibus_data), M_TEMP, M_NOWAIT);
if(scbus == 0 || extend_set(scbusses, scsibus, scbus) == 0) {
- panic("scsi_attachdevs: malloc\n");
+ panic("scsi_attachdevs: malloc");
}
bzero(scbus, sizeof(struct scsibus_data));
scbus->adapter_link = sc_link_proto;
OpenPOWER on IntegriCloud