summaryrefslogtreecommitdiff
path: root/nuttx/sched/sig_findaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sig_findaction.c')
-rw-r--r--nuttx/sched/sig_findaction.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/sched/sig_findaction.c b/nuttx/sched/sig_findaction.c
index 6c9d7386f..4115332b6 100644
--- a/nuttx/sched/sig_findaction.c
+++ b/nuttx/sched/sig_findaction.c
@@ -2,7 +2,7 @@
* sched/sig_findaction.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
@@ -65,7 +65,7 @@
************************************************************************/
/************************************************************************
- * Function: sig_findaction
+ * Name: sig_findaction
*
* Description:
* Allocate a new element for a signal queue
@@ -94,7 +94,7 @@ FAR sigactq_t *sig_findaction(FAR _TCB *stcb, int signo)
sigact = sigact->flink);
sched_unlock();
- }
+ }
- return sigact;
+ return sigact;
}