Module Name:    src
Committed By:   skrll
Date:           Wed Mar 24 06:37:27 UTC 2021

Modified Files:
        src/sys/uvm: uvm_pglist.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/uvm/uvm_pglist.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/uvm/uvm_pglist.c
diff -u src/sys/uvm/uvm_pglist.c:1.86 src/sys/uvm/uvm_pglist.c:1.87
--- src/sys/uvm/uvm_pglist.c:1.86	Wed Oct  7 17:51:50 2020
+++ src/sys/uvm/uvm_pglist.c	Wed Mar 24 06:37:27 2021
@@ -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 @@ uvm_pglistalloc_c_ps(uvm_physseg_t psi, 
 		 */
 		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 @@ out:
 	/*
 	 * If that didn't work, try the more aggressive approach.
 	 */
-	
+
 	if (error) {
 		if (waitok) {
 			error = uvm_pglistalloc_contig_aggressive(num, low, high,

Reply via email to