summaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r--sys/kern/subr_devstat.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index e71eef421eab..b26334944488 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -255,11 +255,9 @@ devstat_end_transaction_buf(struct devstat *ds, struct buf *bp)
else
flg = DEVSTAT_WRITE;
- devstat_end_transaction(ds,
- bp->b_bcount - bp->b_resid,
- (bp->b_flags & B_ORDERED) ?
- DEVSTAT_TAG_ORDERED : DEVSTAT_TAG_SIMPLE,
- flg);
+ devstat_end_transaction(ds, bp->b_bcount - bp->b_resid,
+ (bp->b_flags & B_ORDERED) ?
+ DEVSTAT_TAG_ORDERED : DEVSTAT_TAG_SIMPLE, flg);
}
/*