]> asedeno.scripts.mit.edu Git - linux.git/commit
perf evlist: Fix typo in perf_evlist__start_workload()
authorSoramichi Akiyama <akiyama@m.soramichi.jp>
Tue, 10 Jan 2017 13:41:00 +0000 (10:41 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 11 Jan 2017 19:48:01 +0000 (16:48 -0300)
commite978be9ea2990f1af60fe10eadd2312a6250e0b8
treec67c484a58d4dfd4363b646e884f7632caab9f32
parent017037ff3d0b11842012878a546fe2df47822259
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@m.soramichi.jp>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Peter Zijlstra <peterz@infradead.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@redhat.com>
tools/perf/util/evlist.c