linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] perf session: Fix typo in perf_evlist__deliver_sample()
@ 2017-01-17 13:22 Soramichi AKIYAMA
  2017-01-18  9:25 ` [tip:perf/core] perf evlist: Fix typo in deliver_sample() tip-bot for Soramichi AKIYAMA
  0 siblings, 1 reply; 2+ messages in thread
From: Soramichi AKIYAMA @ 2017-01-17 13:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: acme, peterz, mingo, alexander.shishkin

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

Signed-off-by: Soramichi Akiyama <akiyama@m.soramichi.jp>
---
 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 f268201..349c681 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.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:perf/core] perf evlist: Fix typo in deliver_sample()
  2017-01-17 13:22 [PATCH] perf session: Fix typo in perf_evlist__deliver_sample() Soramichi AKIYAMA
@ 2017-01-18  9:25 ` tip-bot for Soramichi AKIYAMA
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Soramichi AKIYAMA @ 2017-01-18  9:25 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: hpa, akiyama, peterz, mingo, acme, alexander.shishkin, tglx,
	linux-kernel

Commit-ID:  d94386f28abad0c5879f0760712e34e71f88a7da
Gitweb:     http://git.kernel.org/tip/d94386f28abad0c5879f0760712e34e71f88a7da
Author:     Soramichi AKIYAMA <akiyama@m.soramichi.jp>
AuthorDate: Tue, 17 Jan 2017 22:22:33 +0900
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Tue, 17 Jan 2017 11:36:45 -0300

perf evlist: Fix typo in deliver_sample()

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 f268201..349c681 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);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-18  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-17 13:22 [PATCH] perf session: Fix typo in perf_evlist__deliver_sample() Soramichi AKIYAMA
2017-01-18  9:25 ` [tip:perf/core] perf evlist: Fix typo in deliver_sample() tip-bot for Soramichi AKIYAMA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).