projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8d0c5
)
cpufreq plugin: fix minor style issue
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 15 Dec 2018 17:13:42 +0000
(18:13 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 15 Dec 2018 18:40:07 +0000
(19:40 +0100)
src/cpufreq.c
patch
|
blob
|
history
diff --git
a/src/cpufreq.c
b/src/cpufreq.c
index
a81cf46
..
21b6429
100644
(file)
--- a/
src/cpufreq.c
+++ b/
src/cpufreq.c
@@
-37,7
+37,7
@@
struct cpu_data_t {
static bool report_p_stats = false;
static void cpufreq_stats_init(void) {
- cpu_data = calloc(num_cpu, sizeof(
struct cpu_data_t
));
+ cpu_data = calloc(num_cpu, sizeof(
*cpu_data
));
if (cpu_data == NULL)
return;