summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2002-08-27 18:43:14 +0000
committernjl <njl@FreeBSD.org>2002-08-27 18:43:14 +0000
commit8515b5df478657a8378e1cc3ed5c174b8710b385 (patch)
tree50aa27121c49f8d6b5808fc16a74985ef6a24ea8 /sys/cam
parentbf56c747440b0e75a6abadbeb283a9d46bae2a8a (diff)
downloadFreeBSD-src-8515b5df478657a8378e1cc3ed5c174b8710b385.zip
FreeBSD-src-8515b5df478657a8378e1cc3ed5c174b8710b385.tar.gz
Add \n to various printfs. grep shows these should be the last ones.
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/cam_xpt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 9118aa9..bfd1516 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -951,7 +951,7 @@ xptopen(dev_t dev, int flags, int fmt, struct thread *td)
* We don't allow nonblocking access.
*/
if ((flags & O_NONBLOCK) != 0) {
- printf("xpt%d: can't do nonblocking accesss\n", unit);
+ printf("xpt%d: can't do nonblocking access\n", unit);
return(ENODEV);
}
@@ -3842,7 +3842,7 @@ xpt_run_dev_sendq(struct cam_eb *bus)
work_ccb = cam_ccbq_peek_ccb(&device->ccbq, CAMQ_HEAD);
if (work_ccb == NULL) {
- printf("device on run queue with no ccbs???");
+ printf("device on run queue with no ccbs???\n");
splx(ospl);
continue;
}
@@ -6908,7 +6908,7 @@ camisr(void *V_queue)
splx(s);
CAM_DEBUG(ccb_h->path, CAM_DEBUG_TRACE,
- ("camisr"));
+ ("camisr\n"));
runq = FALSE;
OpenPOWER on IntegriCloud