From 2bca7140f0b1acd0a5f47f85ed4df48492e967c5 Mon Sep 17 00:00:00 2001 From: Sebastien GODARD Date: Sun, 13 Dec 2020 16:07:38 +0100 Subject: [PATCH] rd_stats.h: Cosmetic changes Signed-off-by: Sebastien GODARD --- rd_stats.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 2.50.1