Date: Wed, 16 Jan 2019 04:02:09 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r343080 - head/sys/vm Message-ID: <201901160402.x0G429dt041351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901160402.x0G429dt041351>