svn commit: r226849 - head/sys/kern

[ Available lists | Index of svn-src-head | Month of Oct 2011 | Week of 27 Oct 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Baldwin <jhb@FreeBSD.org>
Date
27 Oct 2011 17:43:36
Subject
svn commit: r226849 - head/sys/kern
Message-ID
201110271743.p9RHhab9017749@svn.freebsd.org


[ Hide this part ]
Author: jhb
Date: Thu Oct 27 17:43:36 2011
New Revision: 226849
URL: http://svn.freebsd.org/changeset/base/226849

Log:
Whitespace fix.

Modified:
head/sys/kern/vfs_subr.c

Modified: head/sys/kern/vfs_subr.c
==============================================================================
--- head/sys/kern/vfs_subr.c Thu Oct 27 17:29:19 2011 (r226848)
+++ head/sys/kern/vfs_subr.c Thu Oct 27 17:43:36 2011 (r226849)
@@ -1255,7 +1255,7 @@ vinvalbuf(struct vnode *vp, int flags, i
*
*/
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;


Elapsed time: 0.307 seconds