diff mbox

[3/5] validation: cosmetic change in odp_queue.c

Message ID 1435229434-25384-4-git-send-email-christophe.milard@linaro.org
State Superseded
Headers show

Commit Message

Christophe Milard June 25, 2015, 10:50 a.m. UTC
So that check-patch does not yell too much in next move.
2 warnings requiring extra blank lines are left.
As the original writer of this code, I am not sure these would
increase redibility...

Signed-off-by: Christophe Milard <christophe.milard@linaro.org>
---
 test/validation/odp_queue.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

diff --git a/test/validation/odp_queue.c b/test/validation/odp_queue.c
index 9f17743..cf6f328 100644
--- a/test/validation/odp_queue.c
+++ b/test/validation/odp_queue.c
@@ -8,7 +8,7 @@ 
 #include <odp_cunit_common.h>
 
 #define MAX_BUFFER_QUEUE        (8)
-#define MSG_POOL_SIZE           (4*1024*1024)
+#define MSG_POOL_SIZE           (4 * 1024 * 1024)
 #define CONFIG_MAX_ITERATION    (100)
 
 static int queue_contest = 0xff;
@@ -104,7 +104,6 @@  static void queue_test_sunnydays(void)
 	}
 
 	CU_ASSERT(odp_queue_destroy(queue_id) == 0);
-	return;
 }
 
 static CU_TestInfo queue_suite[] = {