On Wed, 2009-02-25 at 16:53 +0100, [email protected] wrote:
> From: Michal Simek <[email protected]>
>
>
> Signed-off-by: Michal Simek <[email protected]>
Merged.
Regards--
Subrata
> ---
> testcases/kernel/fs/doio/doio.c | 2 +-
> testcases/kernel/syscalls/sigrelse/sigrelse01.c | 4 ++--
> testcases/kernel/syscalls/symlink/symlink01.c | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/testcases/kernel/fs/doio/doio.c b/testcases/kernel/fs/doio/doio.c
> index 0f47697..7c6990c 100644
> --- a/testcases/kernel/fs/doio/doio.c
> +++ b/testcases/kernel/fs/doio/doio.c
> @@ -3600,7 +3600,7 @@ int patshift;
> return errbuf;
> }
>
> - return(NULL);
> + return NULL;
> }
>
>
> diff --git a/testcases/kernel/syscalls/sigrelse/sigrelse01.c
> b/testcases/kernel/syscalls/sigrelse/sigrelse01.c
> index db26ca7..b477829 100644
> --- a/testcases/kernel/syscalls/sigrelse/sigrelse01.c
> +++ b/testcases/kernel/syscalls/sigrelse/sigrelse01.c
> @@ -643,7 +643,7 @@ int fd;
> /* set timeout alarm in case the pipe is blocked */
> if (set_timeout() < 0) {
> /* an error occured, message in mesg */
> - return(NULL);
> + return NULL;
> }
>
> ret = -1;
> @@ -653,7 +653,7 @@ int fd;
> errno, strerror(errno));
>
> clear_timeout();
> - return(NULL);
> + return NULL;
> }
> }
> clear_timeout();
> diff --git a/testcases/kernel/syscalls/symlink/symlink01.c
> b/testcases/kernel/syscalls/symlink/symlink01.c
> index ebd3be7..96902e9 100644
> --- a/testcases/kernel/syscalls/symlink/symlink01.c
> +++ b/testcases/kernel/syscalls/symlink/symlink01.c
> @@ -629,7 +629,7 @@ char *ptr;
> }
>
> }
> - return(NULL);
> + return NULL;
> }
>
> /***********************************************************************
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list