diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-10-09 23:43:12 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-10-09 23:43:12 +0000 |
commit | 7fe821d45d2fd0c6ca0edd62f5b4efcf9e53e4b0 (patch) | |
tree | 31e7dad9c1c55e779ae321a8c95cfe5ec3d6d03f /sys/dev/ic/iha.c | |
parent | 115a56b437e49fe2ea3d826359ab58dad9f5a11d (diff) |
Remove trailing '\n's from panic messages.
Started by a commit to siop from provos@netbsd.org.
ok miod@ millert@
Diffstat (limited to 'sys/dev/ic/iha.c')
-rw-r--r-- | sys/dev/ic/iha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/iha.c b/sys/dev/ic/iha.c index ba6d6e62dac..08bcad9bad2 100644 --- a/sys/dev/ic/iha.c +++ b/sys/dev/ic/iha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iha.c,v 1.14 2002/06/09 02:11:47 jsyn Exp $ */ +/* $OpenBSD: iha.c,v 1.15 2002/10/09 23:43:11 krw Exp $ */ /* * Initio INI-9xxxU/UW SCSI Device Driver * @@ -2686,7 +2686,7 @@ iha_read_eeprom(iot, ioh, nvram) if ((nvram->NVM_Signature != SIGNATURE) || (nvram->NVM_CheckSum != chksum)) - panic("iha: invalid EEPROM, bad signature or checksum\n"); + panic("iha: invalid EEPROM, bad signature or checksum"); } /* |