summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_fe.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1997-01-23 16:17:09 +0000
committerwollman <wollman@FreeBSD.org>1997-01-23 16:17:09 +0000
commit711814ebe02a708eaab38de1e543651b98a50844 (patch)
treec3375956f8853b6bf7bd1a532a389de60ffec17a /sys/i386/isa/if_fe.c
parent534aae0b9e77cdba828cafd2299d3c91c31bbd39 (diff)
downloadFreeBSD-src-711814ebe02a708eaab38de1e543651b98a50844.zip
FreeBSD-src-711814ebe02a708eaab38de1e543651b98a50844.tar.gz
Put newlines after log messages.
Submitted by: seki@sysrap.cs.fujitsu.co.jp PR#2563 (but the patch didn't apply)
Diffstat (limited to 'sys/i386/isa/if_fe.c')
-rw-r--r--sys/i386/isa/if_fe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c
index 61ca476..5dce778 100644
--- a/sys/i386/isa/if_fe.c
+++ b/sys/i386/isa/if_fe.c
@@ -769,7 +769,7 @@ fe_probe_fmv ( DEVICE * dev, struct fe_softc * sc )
return 0;
#else
/* Just log the fact and see what happens... FIXME. */
- log( LOG_WARNING, "fe%d: strange I/O config?n", sc->sc_unit );
+ log( LOG_WARNING, "fe%d: strange I/O config?\n", sc->sc_unit );
#endif
}
@@ -857,7 +857,7 @@ fe_probe_fmv ( DEVICE * dev, struct fe_softc * sc )
} else if ( dev->id_irq != irqmap[ n ] ) {
/* Don't match. */
log( LOG_WARNING,
- "fe%d: check IRQ in config; it may be incorrect",
+ "fe%d: check IRQ in config; it may be incorrect\n",
sc->sc_unit );
}
@@ -2112,7 +2112,7 @@ fe_emptybuffer ( struct fe_softc * sc )
u_char saved_dlcr5;
#if FE_DEBUG >= 2
- log( LOG_WARNING, "fe%d: emptying receive buffer", sc->sc_unit );
+ log( LOG_WARNING, "fe%d: emptying receive buffer\n", sc->sc_unit );
#endif
/*
* Stop receiving packets, temporarily.
OpenPOWER on IntegriCloud