summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_io.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-26 21:02:50 +0000
committerphk <phk@FreeBSD.org>2002-12-26 21:02:50 +0000
commit516da34ba853095036b78392ecdb96c408955bd6 (patch)
tree1f61f41a1c113e94fcb3faeee62dcc0761838c22 /sys/geom/geom_io.c
parent2e1375146e69a4b465bd4fbe6f1a9c83a79e1168 (diff)
downloadFreeBSD-src-516da34ba853095036b78392ecdb96c408955bd6.zip
FreeBSD-src-516da34ba853095036b78392ecdb96c408955bd6.tar.gz
white-space changes
Diffstat (limited to 'sys/geom/geom_io.c')
-rw-r--r--sys/geom/geom_io.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c
index d1c0fe7..dfc490c 100644
--- a/sys/geom/geom_io.c
+++ b/sys/geom/geom_io.c
@@ -317,10 +317,12 @@ g_io_deliver(struct bio *bp, int error)
KASSERT(bp != NULL, ("NULL bp in g_io_deliver"));
KASSERT(bp->bio_from != NULL, ("NULL bio_from in g_io_deliver"));
- KASSERT(bp->bio_from->geom != NULL, ("NULL bio_from->geom in g_io_deliver"));
+ KASSERT(bp->bio_from->geom != NULL,
+ ("NULL bio_from->geom in g_io_deliver"));
KASSERT(bp->bio_to != NULL, ("NULL bio_to in g_io_deliver"));
+
g_trace(G_T_BIO,
- "g_io_deliver(%p) from %p(%s) to %p(%s) cmd %d error %d off %jd len %jd",
+"g_io_deliver(%p) from %p(%s) to %p(%s) cmd %d error %d off %jd len %jd",
bp, bp->bio_from, bp->bio_from->geom->name,
bp->bio_to, bp->bio_to->name, bp->bio_cmd, error,
(intmax_t)bp->bio_offset, (intmax_t)bp->bio_length);
OpenPOWER on IntegriCloud