summaryrefslogtreecommitdiffstats
path: root/sys/dev/ct
diff options
context:
space:
mode:
authornon <non@FreeBSD.org>2003-08-07 08:13:37 +0000
committernon <non@FreeBSD.org>2003-08-07 08:13:37 +0000
commit0d8d023b2a2c9a2428809fd5e7b1cd475a52d2e3 (patch)
tree20bf96b362fb502822c4646d3c49ea8620553bbd /sys/dev/ct
parent84d24ef34087646f92d050bb9b2b5bc9df7b6bd0 (diff)
downloadFreeBSD-src-0d8d023b2a2c9a2428809fd5e7b1cd475a52d2e3.zip
FreeBSD-src-0d8d023b2a2c9a2428809fd5e7b1cd475a52d2e3.tar.gz
We donot need `\n' for panic().
Diffstat (limited to 'sys/dev/ct')
-rw-r--r--sys/dev/ct/ct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c
index c9c9ef9..ab99fa7 100644
--- a/sys/dev/ct/ct.c
+++ b/sys/dev/ct/ct.c
@@ -255,7 +255,7 @@ cthw_chip_reset(chp, chiprevp, chipclk, hostid)
break;
default:
- panic("ct: illegal chip clk rate\n");
+ panic("ct: illegal chip clk rate");
break;
}
OpenPOWER on IntegriCloud