diff --git a/sched/task/task_terminate.c b/sched/task/task_terminate.c index a8a2373875..d146dcc97a 100644 --- a/sched/task/task_terminate.c +++ b/sched/task/task_terminate.c @@ -1,4 +1,4 @@ -/**************************************************************************** +/******************************************************************************* * sched/task/task_terminate.c * * 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 * POSSIBILITY OF SUCH DAMAGE. * - ****************************************************************************/ + *******************************************************************************/ -/**************************************************************************** +/******************************************************************************* * Included Files - ****************************************************************************/ + *******************************************************************************/ #include @@ -52,11 +52,11 @@ #include "signal/signal.h" #include "task/task.h" -/**************************************************************************** +/******************************************************************************* * Public Functions - ****************************************************************************/ + *******************************************************************************/ -/**************************************************************************** +/******************************************************************************* * Name: nxtask_terminate * * Description: @@ -94,7 +94,7 @@ * This function can fail if the provided pid does not correspond to a * task (errno is not set) * - ****************************************************************************/ + *******************************************************************************/ int nxtask_terminate(pid_t pid, bool nonblocking) {