Whitespace.

This commit is contained in:
Gleb Smirnoff 2019-01-16 04:02:08 +00:00
parent bd326619e8
commit b68d692a3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343080

View File

@ -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 */