aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/twe/twe.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-10-27 05:58:16 +0000
committerMike Smith <msmith@FreeBSD.org>2000-10-27 05:58:16 +0000
commitd1702591ac50d5cb25a08c2b5dde50adec212c2b (patch)
tree56897f5d37e0541ec395ce8d6d65df996e4d3c08 /sys/dev/twe/twe.c
parenta918f16a9470ff835e10b2ab7a944db3e04efa25 (diff)
downloadsrc-d1702591ac50d5cb25a08c2b5dde50adec212c2b.tar.gz
src-d1702591ac50d5cb25a08c2b5dde50adec212c2b.zip
Add a missing newline to a diagnostic.
Notes
Notes: svn path=/head/; revision=67683
Diffstat (limited to 'sys/dev/twe/twe.c')
-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 ecd4dfa398cb..c9205dd00099 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)) {