socsvn commit: r241865 - in soc2012/rudot/sys: kern sys

rudot at FreeBSD.org rudot at FreeBSD.org
Wed Sep 19 12:03:34 UTC 2012


Author: rudot
Date: Wed Sep 19 12:03:32 2012
New Revision: 241865
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=241865

Log:
  Fixing style

Modified:
  soc2012/rudot/sys/kern/kern_racct.c
  soc2012/rudot/sys/sys/racct.h

Modified: soc2012/rudot/sys/kern/kern_racct.c
==============================================================================
--- soc2012/rudot/sys/kern/kern_racct.c	Wed Sep 19 11:54:32 2012	(r241864)
+++ soc2012/rudot/sys/kern/kern_racct.c	Wed Sep 19 12:03:32 2012	(r241865)
@@ -472,7 +472,7 @@
 
 /*
  * Increase consumption of 'resource' by 'amount' for 'racct'
- * and all its parents. Differently from other cases, 'amount' here
+ * and all its parents.  Differently from other cases, 'amount' here
  * may be less than zero.
  */
 static void

Modified: soc2012/rudot/sys/sys/racct.h
==============================================================================
--- soc2012/rudot/sys/sys/racct.h	Wed Sep 19 11:54:32 2012	(r241864)
+++ soc2012/rudot/sys/sys/racct.h	Wed Sep 19 12:03:32 2012	(r241865)
@@ -68,7 +68,7 @@
 #define	RACCT_NSHM		17
 #define	RACCT_SHMSIZE		18
 #define	RACCT_WALLCLOCK		19
-#define RACCT_PCTCPU		20
+#define	RACCT_PCTCPU		20
 #define	RACCT_MAX		RACCT_PCTCPU
 
 /*


More information about the svn-soc-all mailing list