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: 6886a2ca3d3dd1157302ddee424c36f632903bd0
 ** Merge commit sha: c268c5390bc86fd09614e961218133bbc4596f81
 **/
 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;
        }
 

Reply via email to