Fix checkpatch issue - WARNING:RETURN_VOID

This commit fix the return statement in a void function due to this is not useful.

Signed-off-by: Yonattan Louise <yonattan.a.louise.mendoza@linux.intel.com>
Change-Id: Icae7892853ed1c6c56c18e0c0c8f8fd1610491ee
This commit is contained in:
Yonattan Louise 2015-03-31 17:03:10 -06:00 committed by Anas Nashif
parent d85179a0cb
commit 46aad9be1d

View file

@ -549,7 +549,6 @@ void AlternateTask(void)
task_mem_pool_free(&blockList[0]);
evidence = 2;
return;
}
/*******************************************************************************