commit | b222213936ef7d48908be2fab7639dd535c88045 | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <davidlohr@hp.com> | Tue Nov 12 22:24:24 2013 -0800 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Thu Nov 14 15:59:38 2013 -0300 |
tree | b8b4ca6a614e254ecc5a44697a89f6a744b11524 | |
parent | 27a778b512e002d856952b4f01842ba4d34bc3d1 [diff] [blame] |
perf tools: Remove trivial extra semincolon Accidentally ran into these, get rid of them. Signed-off-by: Davidlohr Bueso <davidlohr@hp.com> Link: http://lkml.kernel.org/r/1384323864.2527.8.camel@buesod1.americas.hpqcorp.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c index dc6fa3f..5ce2ace 100644 --- a/tools/perf/util/evlist.c +++ b/tools/perf/util/evlist.c
@@ -1148,7 +1148,7 @@ perf_evsel__name(evsel)); } - return printed + fprintf(fp, "\n");; + return printed + fprintf(fp, "\n"); } int perf_evlist__strerror_tp(struct perf_evlist *evlist __maybe_unused,