Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Remove end of line spaces - one (two in one line) ad...
details: https://anonhg.NetBSD.org/src/rev/43fe3f264c46
branches: trunk
changeset: 447884:43fe3f264c46
user: kre <kre%NetBSD.org@localhost>
date: Sun Jan 27 05:22:19 2019 +0000
description:
Remove end of line spaces - one (two in one line) added during recent merge,
one older.
diffstat:
sys/uvm/uvm_swap.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r df6af0401b3e -r 43fe3f264c46 sys/uvm/uvm_swap.c
--- a/sys/uvm/uvm_swap.c Sun Jan 27 05:16:55 2019 +0000
+++ b/sys/uvm/uvm_swap.c Sun Jan 27 05:22:19 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_swap.c,v 1.179 2019/01/27 02:08:50 pgoyette Exp $ */
+/* $NetBSD: uvm_swap.c,v 1.180 2019/01/27 05:22:19 kre Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 2009 Matthew R. Green
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_swap.c,v 1.179 2019/01/27 02:08:50 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_swap.c,v 1.180 2019/01/27 05:22:19 kre Exp $");
#include "opt_uvmhist.h"
#include "opt_compat_netbsd.h"
@@ -427,7 +427,7 @@
strcpy(se->se_path, sdp->swd_path);
}
-int (*uvm_swap_stats13)(const struct sys_swapctl_args *, register_t *) =
+int (*uvm_swap_stats13)(const struct sys_swapctl_args *, register_t *) =
(void *)enosys;
int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *) =
(void *)enosys;
@@ -708,7 +708,7 @@
* ensure it would fit in the stackgap in any case.
*/
int
-uvm_swap_stats(char *ptr, int misc,
+uvm_swap_stats(char *ptr, int misc,
void (*f)(void *, const struct swapent *), size_t len,
register_t *retval)
{
Home |
Main Index |
Thread Index |
Old Index