[Cbe-oss-dev] [PATCH 7/7]MARS/task: Queue minor cleanup
    Yuji Mano 
    yuji.mano at am.sony.com
       
    Sat Jan 17 07:36:55 EST 2009
    
    
  
Minor fix to adhere to coding standard.
Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>
---
 task/src/host/lib/task_queue.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--- a/task/src/host/lib/task_queue.c
+++ b/task/src/host/lib/task_queue.c
@@ -89,7 +89,8 @@ int mars_task_queue_create(struct mars_c
 		MARS_TASK_QUEUE_ALIGN, MARS_TASK_QUEUE_SIZE);
 
 	/* allocate queue buffer instance */
-	buffer_ea = mars_ea_memalign(MARS_TASK_QUEUE_BUFFER_ALIGN, size * depth);
+	buffer_ea = mars_ea_memalign(
+		MARS_TASK_QUEUE_BUFFER_ALIGN, size * depth);
 	if (!buffer_ea) {
 		mars_ea_free(queue_ea);
 		return MARS_ERROR_MEMORY;
    
    
More information about the cbe-oss-dev
mailing list