diff options
author | Davidlohr Bueso <davidlohr@hp.com> | 2013-11-13 01:24:24 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-11-14 13:59:38 -0500 |
commit | b222213936ef7d48908be2fab7639dd535c88045 (patch) | |
tree | b8b4ca6a614e254ecc5a44697a89f6a744b11524 /tools/perf/util/evlist.c | |
parent | 27a778b512e002d856952b4f01842ba4d34bc3d1 (diff) |
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>
Diffstat (limited to 'tools/perf/util/evlist.c')
-rw-r--r-- | tools/perf/util/evlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c index dc6fa3fbb180..5ce2ace2d6c1 100644 --- a/tools/perf/util/evlist.c +++ b/tools/perf/util/evlist.c | |||
@@ -1148,7 +1148,7 @@ size_t perf_evlist__fprintf(struct perf_evlist *evlist, FILE *fp) | |||
1148 | perf_evsel__name(evsel)); | 1148 | perf_evsel__name(evsel)); |
1149 | } | 1149 | } |
1150 | 1150 | ||
1151 | return printed + fprintf(fp, "\n");; | 1151 | return printed + fprintf(fp, "\n"); |
1152 | } | 1152 | } |
1153 | 1153 | ||
1154 | int perf_evlist__strerror_tp(struct perf_evlist *evlist __maybe_unused, | 1154 | int perf_evlist__strerror_tp(struct perf_evlist *evlist __maybe_unused, |