mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
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>
This commit is contained in:
parent
d25ed5d9fa
commit
d94386f28a
@ -1191,7 +1191,7 @@ static int
|
|||||||
u64 sample_type = evsel->attr.sample_type;
|
u64 sample_type = evsel->attr.sample_type;
|
||||||
u64 read_format = evsel->attr.read_format;
|
u64 read_format = evsel->attr.read_format;
|
||||||
|
|
||||||
/* Standard sample delievery. */
|
/* Standard sample delivery. */
|
||||||
if (!(sample_type & PERF_SAMPLE_READ))
|
if (!(sample_type & PERF_SAMPLE_READ))
|
||||||
return tool->sample(tool, event, sample, evsel, machine);
|
return tool->sample(tool, event, sample, evsel, machine);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user