Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf tools: Remove duplicate const qualifier

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1461577678-29517-1-git-send-email-eric.engestrom@imgtec.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Eric Engestrom and committed by
Arnaldo Carvalho de Melo
3b556bce ab362f5a

+1 -1
+1 -1
tools/perf/util/thread.c
··· 233 233 struct addr_location *al) 234 234 { 235 235 size_t i; 236 - const u8 const cpumodes[] = { 236 + const u8 cpumodes[] = { 237 237 PERF_RECORD_MISC_USER, 238 238 PERF_RECORD_MISC_KERNEL, 239 239 PERF_RECORD_MISC_GUEST_USER,