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:
parent
d85179a0cb
commit
46aad9be1d
|
@ -549,7 +549,6 @@ void AlternateTask(void)
|
|||
task_mem_pool_free(&blockList[0]);
|
||||
|
||||
evidence = 2;
|
||||
return;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Reference in a new issue