Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2017 18:57:26 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317063 - in head/sys: arm64/include compat/linprocfs
Message-ID:  <201704171857.v3HIvQuO056710@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704171857.v3HIvQuO056710>