Re: [PATCH 1/4] perf tools: remove duplicate const qualifier

From: Arnaldo Carvalho de Melo
Date: Mon Apr 25 2016 - 17:12:13 EST


Em Mon, Apr 25, 2016 at 10:47:54AM +0100, Eric Engestrom escreveu:
> Signed-off-by: Eric Engestrom <eric.engestrom@xxxxxxxxxx>

Thanks, applied.

- Arnaldo

> ---
> tools/perf/util/thread.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/util/thread.c b/tools/perf/util/thread.c
> index dfd00c6..de2036d 100644
> --- a/tools/perf/util/thread.c
> +++ b/tools/perf/util/thread.c
> @@ -233,7 +233,7 @@ void thread__find_cpumode_addr_location(struct thread *thread,
> struct addr_location *al)
> {
> size_t i;
> - const u8 const cpumodes[] = {
> + const u8 cpumodes[] = {
> PERF_RECORD_MISC_USER,
> PERF_RECORD_MISC_KERNEL,
> PERF_RECORD_MISC_GUEST_USER,
> --
> 2.7.4