From c0191ed21b7cb6f978fbde31d7e106a8c801ee03 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 31 Jan 2012 20:32:49 +0000 Subject: Numerous cosmetic changes while debugging a telnet driver issue git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4353 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/sched/exit.c | 4 ++-- nuttx/sched/sched_releasetcb.c | 5 +++-- nuttx/sched/sched_removereadytorun.c | 4 ++-- nuttx/sched/task_delete.c | 4 ++-- nuttx/sched/task_deletecurrent.c | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) (limited to 'nuttx/sched') diff --git a/nuttx/sched/exit.c b/nuttx/sched/exit.c index 2964b5a01..651fec8cb 100644 --- a/nuttx/sched/exit.c +++ b/nuttx/sched/exit.c @@ -1,8 +1,8 @@ /**************************************************************************** * sched/exit.c * - * Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2008, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/nuttx/sched/sched_releasetcb.c b/nuttx/sched/sched_releasetcb.c index 5fd509006..362f67ef5 100644 --- a/nuttx/sched/sched_releasetcb.c +++ b/nuttx/sched/sched_releasetcb.c @@ -1,8 +1,8 @@ /************************************************************************ * sched/sched_releasetcb.c * - * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007, 2009, 2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -175,6 +175,7 @@ int sched_releasetcb(FAR _TCB *tcb) sched_free(tcb); } + return ret; } diff --git a/nuttx/sched/sched_removereadytorun.c b/nuttx/sched/sched_removereadytorun.c index 46f148150..82c24402c 100644 --- a/nuttx/sched/sched_removereadytorun.c +++ b/nuttx/sched/sched_removereadytorun.c @@ -1,8 +1,8 @@ /**************************************************************************** * shced/sched_removereadytorun.c * - * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2009, 2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/nuttx/sched/task_delete.c b/nuttx/sched/task_delete.c index 51b3e30da..31715051a 100644 --- a/nuttx/sched/task_delete.c +++ b/nuttx/sched/task_delete.c @@ -1,8 +1,8 @@ /**************************************************************************** * sched/task_delete.c * - * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/nuttx/sched/task_deletecurrent.c b/nuttx/sched/task_deletecurrent.c index 0945282c4..77025f5e0 100644 --- a/nuttx/sched/task_deletecurrent.c +++ b/nuttx/sched/task_deletecurrent.c @@ -1,8 +1,8 @@ /**************************************************************************** * sched/task_deletecurrent.c * - * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2008-2009, 2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.2.3