Needed to please check-patch called via check-odp when the file will be moved, at next patch.
Signed-off-by: Christophe Milard <christophe.mil...@linaro.org> --- test/validation/odp_thread.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/validation/odp_thread.c b/test/validation/odp_thread.c index e08a284..afbf46d 100644 --- a/test/validation/odp_thread.c +++ b/test/validation/odp_thread.c @@ -12,19 +12,19 @@ static void thread_test_odp_cpu_id(void) { - (void) odp_cpu_id(); + (void)odp_cpu_id(); CU_PASS(); } static void thread_test_odp_thread_id(void) { - (void) odp_thread_id(); + (void)odp_thread_id(); CU_PASS(); } static void thread_test_odp_thread_count(void) { - (void) odp_thread_count(); + (void)odp_thread_count(); CU_PASS(); } -- 1.9.1 _______________________________________________ lng-odp mailing list lng-odp@lists.linaro.org https://lists.linaro.org/mailman/listinfo/lng-odp