mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
mm/: Coding style clean-up
Run tools/nxstyle against all C files under mm/ and correct coding standard violations.
This commit is contained in:
committed by
Abdelatif Guettouche
parent
3381ecb913
commit
1382ea5447
@@ -132,9 +132,9 @@ static FAR struct iob_qentry_s *iob_allocwait_qentry(void)
|
||||
ret = nxsem_wait_uninterruptible(&g_qentry_sem);
|
||||
if (ret >= 0)
|
||||
{
|
||||
/* When we wake up from wait successfully, an I/O buffer chain container was
|
||||
* freed and we hold a count for one IOB. Unless somehting
|
||||
* failed, we should have an IOB waiting for us in the
|
||||
/* When we wake up from wait successfully, an I/O buffer chain
|
||||
* container was freed and we hold a count for one IOB. Unless
|
||||
* something failed, we should have an IOB waiting for us in the
|
||||
* committed list.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user