From: Seungha Son <linux...@gmail.com> Signed-off-by: Seungha Son <linux...@gmail.com> --- /** Email created from pull request 661 (linuxias:master) ** https://github.com/Linaro/odp/pull/661 ** Patch: https://github.com/Linaro/odp/pull/661.patch ** Base sha: d3191c08080c2e73d931697626d39c174f1c663f ** Merge commit sha: 15dc2cf13e0aa9f3fdd9c1bf87bc06348fe5fa64 **/ test/performance/odp_pool_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/performance/odp_pool_perf.c b/test/performance/odp_pool_perf.c index 4a77f3271..d771e53e5 100644 --- a/test/performance/odp_pool_perf.c +++ b/test/performance/odp_pool_perf.c @@ -128,7 +128,7 @@ static int set_num_cpu(test_global_t *global) ret = odp_cpumask_default_worker(&global->cpumask, num_cpu); if (num_cpu && ret != num_cpu) { - printf("Error: Too many workers. Max supported %i\n.", ret); + printf("Error: Too many workers. Max supported %i.\n", ret); return -1; }