Module Name:    src
Committed By:   pgoyette
Date:           Wed Dec 28 06:25:40 UTC 2016

Modified Files:
        src/sys/kern: vfs_bio.c

Log Message:
Remove some extraneous whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.266 -r1.267 src/sys/kern/vfs_bio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/vfs_bio.c
diff -u src/sys/kern/vfs_bio.c:1.266 src/sys/kern/vfs_bio.c:1.267
--- src/sys/kern/vfs_bio.c:1.266	Tue Dec 27 04:12:34 2016
+++ src/sys/kern/vfs_bio.c	Wed Dec 28 06:25:40 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: vfs_bio.c,v 1.266 2016/12/27 04:12:34 pgoyette Exp $	*/
+/*	$NetBSD: vfs_bio.c,v 1.267 2016/12/28 06:25:40 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
@@ -123,7 +123,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.266 2016/12/27 04:12:34 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_bio.c,v 1.267 2016/12/28 06:25:40 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_bufcache.h"
@@ -1541,7 +1541,7 @@ biowait(buf_t *bp)
 
 	SDT_PROBE1(io, kernel, , wait__done, bp);
 
-	BIOHIST_LOG(biohist, "  return %d", bp->b_error, 0, 0, 0);
+	BIOHIST_LOG(biohist, "return %d", bp->b_error, 0, 0, 0);
 
 	return bp->b_error;
 }

Reply via email to