diff mbox

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

Message ID 1435592374-3517-4-git-send-email-christophe.milard@linaro.org
State Accepted
Commit f75ae7bc6ec00d8bb57414e5458951e2a7de4ee8
Headers show

Commit Message

Christophe Milard June 29, 2015, 3:39 p.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>
Reviewed-by: Stuart Haslam <stuart.haslam@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[] = {