Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern vfs_subr.c: Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/fce45747918f
branches: trunk
changeset: 370033:fce45747918f
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Sep 13 08:48:20 2022 +0000
description:
vfs_subr.c: Nix trailing whitespace.
diffstat:
sys/kern/vfs_subr.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r 8eed4d97c840 -r fce45747918f sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c Tue Sep 13 08:34:37 2022 +0000
+++ b/sys/kern/vfs_subr.c Tue Sep 13 08:48:20 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_subr.c,v 1.493 2022/03/28 12:38:33 riastradh Exp $ */
+/* $NetBSD: vfs_subr.c,v 1.494 2022/09/13 08:48:20 riastradh Exp $ */
/*-
* Copyright (c) 1997, 1998, 2004, 2005, 2007, 2008, 2019, 2020
@@ -69,7 +69,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.493 2022/03/28 12:38:33 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_subr.c,v 1.494 2022/09/13 08:48:20 riastradh Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -827,11 +827,11 @@
*
* If we locked it yet arrive here, it's
* likely that lazy sync is in progress and
- * so the vnode still has dirty metadata.
+ * so the vnode still has dirty metadata.
* syncdelay is mainly to get this vnode out
* of the way so we do not consider it again
* "soon" in this loop, so the delay time is
- * not critical as long as it is not "soon".
+ * not critical as long as it is not "soon".
* While write-back strategy is the file
* system's domain, we expect write-back to
* occur no later than syncdelay seconds
@@ -1393,7 +1393,7 @@
return error;
}
-
+
int
VFS_START(struct mount *mp, int a)
{
@@ -1409,7 +1409,7 @@
return error;
}
-
+
int
VFS_UNMOUNT(struct mount *mp, int a)
{
Home |
Main Index |
Thread Index |
Old Index