Commit 28381363 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

pie: Fix typo in dump_pages

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 71e1a995
......@@ -70,7 +70,7 @@ static int dump_pages(struct parasite_dump_pages_args *args)
SPLICE_F_GIFT | SPLICE_F_NONBLOCK);
if (ret != PAGE_SIZE * args->nr_pages) {
sys_close(p);
pr_err("Can't splice pages ti pipe (%d/%d)", ret, args->nr_pages);
pr_err("Can't splice pages to pipe (%d/%d)", ret, args->nr_pages);
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment