summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_addfreechunk.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 23:31:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-14 23:31:12 +0000
commit57a3793bb9a43aebc7d2c0396b8c85483367d7dc (patch)
tree27bc6c7bda8a5889685481fab926aa45950651ea /nuttx/mm/mm_addfreechunk.c
parent3044a5f0f6197f3923c1229ef1974b17284f56df (diff)
downloadpx4-nuttx-57a3793bb9a43aebc7d2c0396b8c85483367d7dc.tar.gz
px4-nuttx-57a3793bb9a43aebc7d2c0396b8c85483367d7dc.tar.bz2
px4-nuttx-57a3793bb9a43aebc7d2c0396b8c85483367d7dc.zip
mm/ file clean-up
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4943 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/mm/mm_addfreechunk.c')
-rw-r--r--nuttx/mm/mm_addfreechunk.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/nuttx/mm/mm_addfreechunk.c b/nuttx/mm/mm_addfreechunk.c
index 0cf2fcf42..fdda3ed8d 100644
--- a/nuttx/mm/mm_addfreechunk.c
+++ b/nuttx/mm/mm_addfreechunk.c
@@ -1,8 +1,8 @@
-/************************************************************************
+/****************************************************************************
* mm/mm_addfreechunk.c
*
* Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -31,35 +31,35 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************************/
+ ****************************************************************************/
-/************************************************************************
+/****************************************************************************
* Included Files
- ************************************************************************/
+ ****************************************************************************/
#include "mm_environment.h"
#include "mm_internal.h"
-/************************************************************************
+/****************************************************************************
* Pre-processor Definitions
- ************************************************************************/
+ ****************************************************************************/
-/************************************************************************
+/****************************************************************************
* Private Functions
- ************************************************************************/
+ ****************************************************************************/
-/************************************************************************
+/****************************************************************************
* Global Functions
- ************************************************************************/
+ ****************************************************************************/
-/************************************************************************
- * mm_addfreechunk
+/****************************************************************************
+ * Name: mm_addfreechunk
*
* Description:
- * Add a free chunk to the node next
- * It is assumed that the caller holds the mm semaphore
+ * Add a free chunk to the node next. It is assumed that the caller holds
+ * the mm semaphore
*
- ************************************************************************/
+ ****************************************************************************/
void mm_addfreechunk(FAR struct mm_freenode_s *node)
{