perf bpf: Fix typo: "ehough" -> "enough"
Trivial typo fix in pr_debug message Signed-off-by: Colin King <colin.king@canonical.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Alexei Starovoitov <ast@plumgrid.com> Cc: He Kuang <hekuang@huawei.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/r/20160821141924.8056-1-colin.king@canonical.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
17d4666f06
commit
c77ce225d5
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ static int map_prologue(struct perf_probe_event *pev, int *mapping,
|
||||||
|
|
||||||
ptevs = malloc(array_sz);
|
ptevs = malloc(array_sz);
|
||||||
if (!ptevs) {
|
if (!ptevs) {
|
||||||
pr_debug("No ehough memory: alloc ptevs failed\n");
|
pr_debug("No enough memory: alloc ptevs failed\n");
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue