From: Sebastien GODARD Date: Sun, 13 Dec 2020 15:07:38 +0000 (+0100) Subject: rd_stats.h: Cosmetic changes X-Git-Tag: v12.5.2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bca7140f0b1acd0a5f47f85ed4df48492e967c5;p=sysstat rd_stats.h: Cosmetic changes Signed-off-by: Sebastien GODARD --- diff --git a/rd_stats.h b/rd_stats.h index f48c7f3..9797fb1 100644 --- a/rd_stats.h +++ b/rd_stats.h @@ -713,7 +713,7 @@ struct stats_psi_cpu { unsigned long long some_cpu_total; unsigned long some_acpu_10 __attribute__ ((aligned (8))); unsigned long some_acpu_60 __attribute__ ((aligned (8))); - unsigned long some_acpu_300 __attribute__ ((aligned (8))); + unsigned long some_acpu_300 __attribute__ ((aligned (8))); }; #define STATS_PSI_CPU_SIZE (sizeof(struct stats_psi_cpu)) @@ -744,10 +744,10 @@ struct stats_psi_mem { unsigned long long full_mem_total; unsigned long some_amem_10 __attribute__ ((aligned (8))); unsigned long some_amem_60 __attribute__ ((aligned (8))); - unsigned long some_amem_300 __attribute__ ((aligned (8))); + unsigned long some_amem_300 __attribute__ ((aligned (8))); unsigned long full_amem_10 __attribute__ ((aligned (8))); unsigned long full_amem_60 __attribute__ ((aligned (8))); - unsigned long full_amem_300 __attribute__ ((aligned (8))); + unsigned long full_amem_300 __attribute__ ((aligned (8))); }; #define STATS_PSI_MEM_SIZE (sizeof(struct stats_psi_mem))