svn commit: r343080 - head/sys/vm

Gleb Smirnoff glebius at FreeBSD.org
Wed Jan 16 04:02:09 UTC 2019


Author: glebius
Date: Wed Jan 16 04:02:08 2019
New Revision: 343080
URL: https://svnweb.freebsd.org/changeset/base/343080

Log:
  Whitespace.

Modified:
  head/sys/vm/uma_int.h

Modified: head/sys/vm/uma_int.h
==============================================================================
--- head/sys/vm/uma_int.h	Wed Jan 16 04:01:30 2019	(r343079)
+++ head/sys/vm/uma_int.h	Wed Jan 16 04:02:08 2019	(r343080)
@@ -365,7 +365,7 @@ struct uma_zone {
 	uint16_t	uz_count_min;	/* Minimal amount of items in bucket */
 
 	/* Offset 256, stats. */
-	counter_u64_t	uz_allocs; /* Total number of allocations */
+	counter_u64_t	uz_allocs;	/* Total number of allocations */
 	counter_u64_t	uz_frees;	/* Total number of frees */
 	counter_u64_t	uz_fails;	/* Total number of alloc failures */
 	uint64_t	uz_sleeps;	/* Total number of alloc sleeps */


More information about the svn-src-all mailing list