summaryrefslogtreecommitdiff
path: root/nuttx/sched/mq_initialize.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 21:17:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 21:17:37 +0000
commita6755a8af06d2602b771e41aab8db262fd3184ec (patch)
treea65a82dbba91cac2b42f8d73e6d96d701e473847 /nuttx/sched/mq_initialize.c
parente6c2f9b9de21f1281370f850cac367897eba9c60 (diff)
downloadnuttx-a6755a8af06d2602b771e41aab8db262fd3184ec.tar.gz
nuttx-a6755a8af06d2602b771e41aab8db262fd3184ec.tar.bz2
nuttx-a6755a8af06d2602b771e41aab8db262fd3184ec.zip
Fix more issues detected by CppCheck tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3264 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/sched/mq_initialize.c')
-rw-r--r--nuttx/sched/mq_initialize.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/mq_initialize.c b/nuttx/sched/mq_initialize.c
index 2fcd304dd..2e85e148c 100644
--- a/nuttx/sched/mq_initialize.c
+++ b/nuttx/sched/mq_initialize.c
@@ -1,7 +1,7 @@
/************************************************************************
* sched/mq_initialize.c
*
- * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -210,8 +210,8 @@ void mq_initialize(void)
* Function: mq_desblockalloc
*
* Description:
- * Allocate a block of message descriptors and place them
- * on the free list.
+ * Allocate a block of message descriptors and place them on the free
+ * list.
*
* Inputs:
* None