Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Remove some extraneous whitespace



details:   https://anonhg.NetBSD.org/src/rev/92a4e7770ccf
branches:  trunk
changeset: 820063:92a4e7770ccf
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed Dec 28 06:25:40 2016 +0000

description:
Remove some extraneous whitespace

diffstat:

 sys/kern/vfs_bio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c7968b800c12 -r 92a4e7770ccf sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c        Wed Dec 28 05:03:32 2016 +0000
+++ b/sys/kern/vfs_bio.c        Wed Dec 28 06:25:40 2016 +0000
@@ -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 @@
 
        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;
 }



Home | Main Index | Thread Index | Old Index