Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1560748

[PATCH 10/10] perf evlist: Fix typo in deliver_sample()

From Arnaldo Carvalho de Melo <acme@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 10/10] perf evlist: Fix typo in deliver_sample()
Date 2017-01-17 17:10 +0100
Message-ID <t0EuD-M4-57@gated-at.bofh.it> (permalink)
References <t0EuB-M4-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Soramichi AKIYAMA <akiyama@m.soramichi.jp>

This patch fixes a typo: s/delievery/delivery/

Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170117222233.dfd92de0ad701e7c53396950@m.soramichi.jp
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/perf/util/session.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/session.c b/tools/perf/util/session.c
index f268201048a0..349c68144e55 100644
--- a/tools/perf/util/session.c
+++ b/tools/perf/util/session.c
@@ -1191,7 +1191,7 @@ static int
 	u64 sample_type = evsel->attr.sample_type;
 	u64 read_format = evsel->attr.read_format;
 
-	/* Standard sample delievery. */
+	/* Standard sample delivery. */
 	if (!(sample_type & PERF_SAMPLE_READ))
 		return tool->sample(tool, event, sample, evsel, machine);
 
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[GIT PULL 00/10] perf/core improvements and fixes Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-17 17:10 +0100
  [PATCH 04/10] perf script: Fix man page about --dump-raw-trace option Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-17 17:10 +0100
  [PATCH 05/10] perf script: Also allow forcing reading of non-root owned files by root Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-17 17:10 +0100
  [PATCH 10/10] perf evlist: Fix typo in deliver_sample() Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-17 17:10 +0100
  [PATCH 08/10] perf sched timehist: Show total wait times for summary Arnaldo Carvalho de Melo <acme@kernel.org> - 2017-01-17 17:10 +0100
  Re: [GIT PULL 00/10] perf/core improvements and fixes Ingo Molnar <mingo@kernel.org> - 2017-01-18 10:20 +0100

csiph-web