mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 18:37:46 +08:00
Fix the coding style and typo issue
Signed-off-by: anjiahao <anjiahao@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
d07792a343
commit
a4563b8744
@@ -528,7 +528,7 @@ static inline int nxrmutex_breaklock(FAR rmutex_t *rmutex,
|
||||
rmutex->count = 0;
|
||||
rmutex->holder = NXRMUTEX_NO_HOLDER;
|
||||
nxmutex_unlock(&rmutex->mutex);
|
||||
ret = 0;
|
||||
ret = OK;
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user