[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-e978be9ea2990f1af60fe10eadd2312a6250e0b8@git.kernel.org>
Date: Thu, 12 Jan 2017 00:30:56 -0800
From: tip-bot for Soramichi Akiyama <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: mingo@...nel.org, acme@...hat.com, namhyung.kim@....com,
linux-kernel@...r.kernel.org, hpa@...or.com, tglx@...utronix.de,
akiyama@...oramichi.jp, peterz@...radead.org,
alexander.shishkin@...ux.intel.com
Subject: [tip:perf/core] perf evlist: Fix typo in
perf_evlist__start_workload()
Commit-ID: e978be9ea2990f1af60fe10eadd2312a6250e0b8
Gitweb: http://git.kernel.org/tip/e978be9ea2990f1af60fe10eadd2312a6250e0b8
Author: Soramichi Akiyama <akiyama@...oramichi.jp>
AuthorDate: Tue, 10 Jan 2017 10:41:00 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Wed, 11 Jan 2017 16:48:01 -0300
perf evlist: Fix typo in perf_evlist__start_workload()
This patch fixes a typo: s/enable to/unable to/
Signed-off-by: Soramichi AKIYAMA <akiyama@...oramichi.jp>
Cc: Alexander Shishkin <alexander.shishkin@...ux.intel.com>
Cc: Namhyung Kim <namhyung.kim@....com>
Cc: Peter Zijlstra <peterz@...radead.org>
Fixes: bcf3145fbeb1 ("perf evlist: Enhance perf_evlist__start_workload()")
Link: http://lkml.kernel.org/r/20170110200006.e1f7a766b4faf1f107ae2e1b@m.soramichi.jp
[ Wasn't applying, fixed it up by hand, added Fixes: tag ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/evlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/perf/util/evlist.c b/tools/perf/util/evlist.c
index d92e020..23e6f33 100644
--- a/tools/perf/util/evlist.c
+++ b/tools/perf/util/evlist.c
@@ -1797,7 +1797,7 @@ int perf_evlist__start_workload(struct perf_evlist *evlist)
*/
ret = write(evlist->workload.cork_fd, &bf, 1);
if (ret < 0)
- perror("enable to write to pipe");
+ perror("unable to write to pipe");
close(evlist->workload.cork_fd);
return ret;
Powered by blists - more mailing lists