Add a missing newline to a diagnostic.

This commit is contained in:
msmith 2000-10-27 05:58:16 +00:00
parent 135c1e2d6a
commit fc2fdafc88

View File

@ -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)) {