mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
graphics: fix nxstyle errors
Fix nxstyle errors to pass CI Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
87596d74dd
commit
f177951c39
@@ -77,7 +77,9 @@ int nxterm_semwait(FAR struct nxterm_state_s *priv)
|
||||
me = getpid();
|
||||
if (priv->holder != me)
|
||||
{
|
||||
/* No.. then wait until the thread that does hold it is finished with it */
|
||||
/* No..
|
||||
* then wait until the thread that does hold it is finished with it
|
||||
*/
|
||||
|
||||
ret = nxsem_wait(&priv->exclsem);
|
||||
if (ret == OK)
|
||||
|
||||
Reference in New Issue
Block a user