svn commit: r317063 - in head/sys: arm64/include compat/linprocfs

Ed Maste emaste at FreeBSD.org
Mon Apr 17 18:57:27 UTC 2017


Author: emaste
Date: Mon Apr 17 18:57:26 2017
New Revision: 317063
URL: https://svnweb.freebsd.org/changeset/base/317063

Log:
  Remove trailing whitespace from r317061

Modified:
  head/sys/arm64/include/counter.h
  head/sys/compat/linprocfs/linprocfs.c

Modified: head/sys/arm64/include/counter.h
==============================================================================
--- head/sys/arm64/include/counter.h	Mon Apr 17 18:55:54 2017	(r317062)
+++ head/sys/arm64/include/counter.h	Mon Apr 17 18:57:26 2017	(r317063)
@@ -33,7 +33,7 @@
 #include <machine/atomic.h>
 
 extern struct pcpu __pcpu[];
- 
+
 #define	EARLY_COUNTER	&__pcpu[0].pc_early_dummy_counter
 
 #define	counter_enter()	do {} while (0)

Modified: head/sys/compat/linprocfs/linprocfs.c
==============================================================================
--- head/sys/compat/linprocfs/linprocfs.c	Mon Apr 17 18:55:54 2017	(r317062)
+++ head/sys/compat/linprocfs/linprocfs.c	Mon Apr 17 18:57:26 2017	(r317063)
@@ -434,7 +434,7 @@ linprocfs_dostat(PFS_FILL_ARGS)
 	    (uintmax_t)VM_CNT_FETCH(v_vnodepgsout),
 	    (uintmax_t)VM_CNT_FETCH(v_swappgsin),
 	    (uintmax_t)VM_CNT_FETCH(v_swappgsout),
-	    (uintmax_t)VM_CNT_FETCH(v_intr),   
+	    (uintmax_t)VM_CNT_FETCH(v_intr),
 	    (uintmax_t)VM_CNT_FETCH(v_swtch),
 	    (long long)boottime.tv_sec);
 	return (0);


More information about the svn-src-head mailing list