Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/2c3d9cf73d4c
branches: trunk
changeset: 953918:2c3d9cf73d4c
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Mar 24 06:37:27 2021 +0000
description:
Trailing whitespace
diffstat:
sys/uvm/uvm_pglist.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 32408a7e0427 -r 2c3d9cf73d4c sys/uvm/uvm_pglist.c
--- a/sys/uvm/uvm_pglist.c Wed Mar 24 05:35:05 2021 +0000
+++ b/sys/uvm/uvm_pglist.c Wed Mar 24 06:37:27 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_pglist.c,v 1.86 2020/10/07 17:51:50 chs Exp $ */
+/* $NetBSD: uvm_pglist.c,v 1.87 2021/03/24 06:37:27 skrll Exp $ */
/*-
* Copyright (c) 1997, 2019 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_pglist.c,v 1.86 2020/10/07 17:51:50 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_pglist.c,v 1.87 2021/03/24 06:37:27 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -261,7 +261,7 @@
*/
cnt = roundup2(cnt, alignment);
/*
- * The number of pages we can skip checking
+ * The number of pages we can skip checking
* (might be 0 if cnt > num).
*/
skip = uimax(num - cnt, 0);
@@ -493,7 +493,7 @@
/*
* If that didn't work, try the more aggressive approach.
*/
-
+
if (error) {
if (waitok) {
error = uvm_pglistalloc_contig_aggressive(num, low, high,
Home |
Main Index |
Thread Index |
Old Index