summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2017-03-07 10:37:56 -0800
committerGreg Hackmann <ghackmann@google.com>2017-03-17 16:26:10 +0000
commita5e2a1ddbc50f49135a381137fde4eaee12e5071 (patch)
treecc0ef6bc4eee0dbe7b483d2ecce043f5f2b93ab8 /tools/perf/scripts/python
parent2474d8bad0034d4c1143e10947c44a0d6b37dc92 (diff)
ANDROID: sched: fix duplicate sched_group_energy const specifiers
EAS uses "const struct sched_group_energy * const" fairly consistently. But a couple of places swap the "*" and second "const", making the pointer mutable. In the case of struct sched_group, "* const" would have been an error, since init_sched_energy() writes to sd->groups->sge. Change-Id: Ic6a8fcf99e65c0f25d9cc55c32625ef3ca5c9aca Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions