mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
perf tools: Fix typo "No enough" to "Not enough"
The latter version occurs much more when running git grep. Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/r/20161013161811.4939-1-alexander@alemayhu.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
fb96706369
commit
042cfb5fa6
4 changed files with 10 additions and 10 deletions
|
@ -339,7 +339,7 @@ dump_obj(const char *path, void *obj_buf, size_t size)
|
|||
char *p;
|
||||
|
||||
if (!obj_path) {
|
||||
pr_warning("WARNING: No enough memory, skip object dumping\n");
|
||||
pr_warning("WARNING: Not enough memory, skip object dumping\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue