summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-19 14:29:26 +0000
committerdg <dg@FreeBSD.org>1995-03-19 14:29:26 +0000
commit9cd78521d8c98c1054f6865820ad07469edac8fd (patch)
tree589f9b4a28e25de36e0344457a8c795333f7c011 /sys/dev/ie
parentf572de6775d26857d37278e33ea582d10a09d384 (diff)
downloadFreeBSD-src-9cd78521d8c98c1054f6865820ad07469edac8fd.zip
FreeBSD-src-9cd78521d8c98c1054f6865820ad07469edac8fd.tar.gz
Removed redundant newlines that were in some panic strings.
Diffstat (limited to 'sys/dev/ie')
-rw-r--r--sys/dev/ie/if_ie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c
index 691f0f4..7bb5a2f 100644
--- a/sys/dev/ie/if_ie.c
+++ b/sys/dev/ie/if_ie.c
@@ -43,7 +43,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ie.c,v 1.19 1994/11/24 14:29:20 davidg Exp $
+ * $Id: if_ie.c,v 1.20 1994/12/22 21:56:09 wollman Exp $
*/
/*
@@ -1517,7 +1517,7 @@ iereset(unit)
#ifdef notdef
if(!check_ie_present(unit, ie_softc[unit].iomembot, ie_softc[unit].iosize))
- panic("ie disappeared!\n");
+ panic("ie disappeared!");
#endif
ie_softc[unit].arpcom.ac_if.if_flags |= IFF_UP;
OpenPOWER on IntegriCloud