Cosmetic changes to comments

This commit is contained in:
Gregory Nutt
2016-02-15 13:48:08 -06:00
parent cfcd98ca89
commit fccef49305
4 changed files with 3 additions and 8 deletions
-5
View File
@@ -67,10 +67,6 @@
# endif
#endif
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/
@@ -220,4 +216,3 @@ void mm_givesemaphore(FAR struct mm_heap_s *heap)
ASSERT(sem_post(&heap->mm_semaphore) == 0);
}
}