Add a missing newline to a diagnostic.

This commit is contained in:
Mike Smith 2000-10-27 05:58:16 +00:00
parent a918f16a94
commit d1702591ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67683

View file

@ -1197,7 +1197,7 @@ twe_soft_reset(struct twe_softc *sc)
TWE_SOFT_RESET(sc); TWE_SOFT_RESET(sc);
if (twe_wait_status(sc, TWE_STATUS_ATTENTION_INTERRUPT, 15)) { 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); return(1);
} }
if (twe_drain_aen_queue(sc)) { if (twe_drain_aen_queue(sc)) {