summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2004-10-28 08:11:09 +0000
committerxsa <xsa@openbsd.org>2004-10-28 08:11:09 +0000
commitfd6712f605be89f556e1efd505215ae4a7826e9f (patch)
tree91b67247d5aa1ef87c52cca5b8b23bfcf2394bc3
parentfix spacing after period at EOL. from ray@cyth.net (diff)
downloadwireguard-openbsd-fd6712f605be89f556e1efd505215ae4a7826e9f.tar.xz
wireguard-openbsd-fd6712f605be89f556e1efd505215ae4a7826e9f.zip
add \n in 'invalid state' message; from Martin Reindl; ok miod@.
-rw-r--r--sys/dev/ic/ncr53c9x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c
index becd007141c..61776725627 100644
--- a/sys/dev/ic/ncr53c9x.c
+++ b/sys/dev/ic/ncr53c9x.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr53c9x.c,v 1.24 2004/09/29 19:17:43 miod Exp $ */
+/* $OpenBSD: ncr53c9x.c,v 1.25 2004/10/28 08:11:09 xsa Exp $ */
/* $NetBSD: ncr53c9x.c,v 1.56 2000/11/30 14:41:46 thorpej Exp $ */
/*
@@ -2495,7 +2495,7 @@ printf("<<RESELECT CONT'd>>");
break;
default:
/* Don't panic: reset. */
- printf("%s: invalid state: %d",
+ printf("%s: invalid state: %d\n",
sc->sc_dev.dv_xname,
sc->sc_state);
ncr53c9x_scsi_reset(sc);