summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-02-11 19:36:30 +0000
committermjacob <mjacob@FreeBSD.org>2000-02-11 19:36:30 +0000
commitb2371118e52b1064df0d8b86ead5f08208934d7b (patch)
tree80e9b43e6456c5fcd197a6f9b904766d49a27018 /sys/dev
parenta9c2af8be3144920942aa7f486fbf3dfffc5002b (diff)
downloadFreeBSD-src-b2371118e52b1064df0d8b86ead5f08208934d7b.zip
FreeBSD-src-b2371118e52b1064df0d8b86ead5f08208934d7b.tar.gz
Correct a minor typo in error message.
Approved: jkh@freebsd.org
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isp/isp_target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c
index ab9b43d..23f7782 100644
--- a/sys/dev/isp/isp_target.c
+++ b/sys/dev/isp/isp_target.c
@@ -1158,7 +1158,7 @@ isp_handle_ctio2(isp, ct)
* CTIO rejected by the firmware because an invalid RX_ID.
* Just print a message.
*/
- PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x",
+ PRINTF("%s: CTIO2 completed with Invalid RX_ID 0x%x\n",
isp->isp_name, ct->ct_rxid);
break;
OpenPOWER on IntegriCloud