mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
task_terminate.c:Fix style errors.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/****************************************************************************
|
/*******************************************************************************
|
||||||
* sched/task/task_terminate.c
|
* sched/task/task_terminate.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2007-2009, 2011-2014, 2016 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2007-2009, 2011-2014, 2016 Gregory Nutt. All rights reserved.
|
||||||
@@ -31,11 +31,11 @@
|
|||||||
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/*******************************************************************************
|
||||||
* Included Files
|
* Included Files
|
||||||
****************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
|
|
||||||
@@ -52,11 +52,11 @@
|
|||||||
#include "signal/signal.h"
|
#include "signal/signal.h"
|
||||||
#include "task/task.h"
|
#include "task/task.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/*******************************************************************************
|
||||||
* Public Functions
|
* Public Functions
|
||||||
****************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/*******************************************************************************
|
||||||
* Name: nxtask_terminate
|
* Name: nxtask_terminate
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
* This function can fail if the provided pid does not correspond to a
|
* This function can fail if the provided pid does not correspond to a
|
||||||
* task (errno is not set)
|
* task (errno is not set)
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
int nxtask_terminate(pid_t pid, bool nonblocking)
|
int nxtask_terminate(pid_t pid, bool nonblocking)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user