Re: [PATCH] perf: Fix errors reported by checkpatch.pl scripts

2016-07-27 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 27, 2016 at 11:45:18AM -0300, Arnaldo Carvalho de Melo escreveu: > Em Wed, Jul 27, 2016 at 10:33:42PM +0800, Rui Teng escreveu: > > Clear all the errors and also some warnings reported by checkpatch.pl > > scripts > > for file tools/perf/util/header.c > > And replace __attribute__((wea

Re: [PATCH] perf: Fix errors reported by checkpatch.pl scripts

2016-07-27 Thread Arnaldo Carvalho de Melo
Em Wed, Jul 27, 2016 at 10:33:42PM +0800, Rui Teng escreveu: > Clear all the errors and also some warnings reported by checkpatch.pl scripts > for file tools/perf/util/header.c > And replace __attribute__((weak)) to __weak definition from When you have "And do this other thing"... please break it

[PATCH] perf: Fix errors reported by checkpatch.pl scripts

2016-07-27 Thread Rui Teng
Clear all the errors and also some warnings reported by checkpatch.pl scripts for file tools/perf/util/header.c And replace __attribute__((weak)) to __weak definition from Signed-off-by: Rui Teng --- tools/perf/util/header.c | 44 ++-- 1 file changed, 26