From: tip-bot for Soramichi AKIYAMA <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: hpa@zytor.com, akiyama@m.soramichi.jp, peterz@infradead.org,
mingo@kernel.org, acme@redhat.com,
alexander.shishkin@linux.intel.com, tglx@linutronix.de,
linux-kernel@vger.kernel.org
Subject: [tip:perf/core] perf evlist: Fix typo in deliver_sample()
Date: Wed, 18 Jan 2017 01:25:46 -0800 [thread overview]
Message-ID: <tip-d94386f28abad0c5879f0760712e34e71f88a7da@git.kernel.org> (raw)
In-Reply-To: <20170117222233.dfd92de0ad701e7c53396950@m.soramichi.jp>
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);
prev parent reply other threads:[~2017-01-18 9:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-d94386f28abad0c5879f0760712e34e71f88a7da@git.kernel.org \
--to=tipbot@zytor.com \
--cc=acme@redhat.com \
--cc=akiyama@m.soramichi.jp \
--cc=alexander.shishkin@linux.intel.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.org \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome