summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/sem_timedwait.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-14 19:30:31 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-14 19:30:31 +0000
commit907c8fcd4a656a089bd7934756beca9a4256f146 (patch)
treeb34f7d2914cba8aeb9311c5bae3771af40054640 /nuttx/sched/sem_timedwait.c
parent1eb675344c593d23f1c2ac1b5e56dcabd68e08f2 (diff)
Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directory
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4940 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched/sem_timedwait.c')
-rw-r--r--nuttx/sched/sem_timedwait.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/sched/sem_timedwait.c b/nuttx/sched/sem_timedwait.c
index 5a1b943a56..6a47244068 100644
--- a/nuttx/sched/sem_timedwait.c
+++ b/nuttx/sched/sem_timedwait.c
@@ -2,7 +2,7 @@
* sched/sem_timedwait.c
*
* Copyright (C) 2011 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
@@ -74,7 +74,7 @@
****************************************************************************/
/****************************************************************************
- * Function: sem_timeout
+ * Name: sem_timeout
*
* Description:
* This function is called if the timeout elapses before the message queue
@@ -127,7 +127,7 @@ static void sem_timeout(int argc, uint32_t pid)
****************************************************************************/
/****************************************************************************
- * Function: sem_timedwait
+ * Name: sem_timedwait
*
* Description:
* This function will lock the semaphore referenced by sem as in the