diff options
author | grog <grog@FreeBSD.org> | 2000-06-02 04:05:05 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2000-06-02 04:05:05 +0000 |
commit | 1c276d6af78288da87725ed22a6c8e38b538792f (patch) | |
tree | 6d369458d8ce7c19b336e59f47367d3b2812a419 /sys/dev/vinum | |
parent | 4566b06d22e5107ef932a8dc2b5cbf90870c22c5 (diff) | |
download | FreeBSD-src-1c276d6af78288da87725ed22a6c8e38b538792f.zip FreeBSD-src-1c276d6af78288da87725ed22a6c8e38b538792f.tar.gz |
Remove an incorrect comment, adjust white space.
Diffstat (limited to 'sys/dev/vinum')
-rw-r--r-- | sys/dev/vinum/vinumrequest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumrequest.c b/sys/dev/vinum/vinumrequest.c index 19d396c..60b8054 100644 --- a/sys/dev/vinum/vinumrequest.c +++ b/sys/dev/vinum/vinumrequest.c @@ -808,8 +808,7 @@ build_rq_buffer(struct rqelement *rqe, struct plex *plex) bp->b_iocmd = ubp->b_iocmd; BUF_LOCKINIT(bp); /* get a lock for the buffer */ BUF_LOCK(bp, LK_EXCLUSIVE); /* and lock it */ - - bp->b_iodone = complete_rqe; /* by calling us here */ + bp->b_iodone = complete_rqe; /* * You'd think that we wouldn't need to even * build the request buffer for a dead subdisk, |