summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-10-27 17:43:36 +0000
committerjhb <jhb@FreeBSD.org>2011-10-27 17:43:36 +0000
commitb4486349bd6ee7fb7358793aa61b4efbdefd9937 (patch)
tree906841e494ac923d2ce1856dca2be00b953e9d85 /sys/kern/vfs_subr.c
parentf553bda045fa3d0d427d1d56820a76d16f339b7e (diff)
downloadFreeBSD-src-b4486349bd6ee7fb7358793aa61b4efbdefd9937.zip
FreeBSD-src-b4486349bd6ee7fb7358793aa61b4efbdefd9937.tar.gz
Whitespace fix.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 8101fce..10d3ad2 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -1255,7 +1255,7 @@ vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo)
*
*/
static int
-flushbuflist( struct bufv *bufv, int flags, struct bufobj *bo, int slpflag,
+flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag,
int slptimeo)
{
struct buf *bp, *nbp;
OpenPOWER on IntegriCloud