summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-10-27 05:58:16 +0000
committermsmith <msmith@FreeBSD.org>2000-10-27 05:58:16 +0000
commite083202c142560b55e68119f1b31ca6abbc9ea51 (patch)
treee56887aa9e0513c3ed7003a089db1c8507c7bd24 /sys
parentd5891b5ed00dc6058d71d6e4127d42b95e8881cd (diff)
downloadFreeBSD-src-e083202c142560b55e68119f1b31ca6abbc9ea51.zip
FreeBSD-src-e083202c142560b55e68119f1b31ca6abbc9ea51.tar.gz
Add a missing newline to a diagnostic.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/twe/twe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c
index ecd4dfa..c9205dd 100644
--- a/sys/dev/twe/twe.c
+++ b/sys/dev/twe/twe.c
@@ -1197,7 +1197,7 @@ twe_soft_reset(struct twe_softc *sc)
TWE_SOFT_RESET(sc);
if (twe_wait_status(sc, TWE_STATUS_ATTENTION_INTERRUPT, 15)) {
- twe_printf(sc, "no attention interrupt");
+ twe_printf(sc, "no attention interrupt\n");
return(1);
}
if (twe_drain_aen_queue(sc)) {
OpenPOWER on IntegriCloud